|
|
@ -24,7 +24,7 @@ echo GridView::widget([ |
|
|
|
'value' => function ($data) { |
|
|
|
'value' => function ($data) { |
|
|
|
return str_repeat('<span class="indent">→</span>', $data['level']) . Html::encode($data['info']); |
|
|
|
return str_repeat('<span class="indent">→</span>', $data['level']) . Html::encode($data['info']); |
|
|
|
}, |
|
|
|
}, |
|
|
|
'formtat' => 'html', |
|
|
|
'format' => 'html', |
|
|
|
'options' => [ |
|
|
|
'options' => [ |
|
|
|
'width' => '60%', |
|
|
|
'width' => '60%', |
|
|
|
], |
|
|
|
], |
|
|
|