$this->render("_search", ['model' => $searchModel]),
'dataProvider' => $dataProvider,
'columns' => [
[
'attribute' => 'id',
'width' => '5%',
'align' => 'center'
],
[
'attribute' => 'created_at',
'width' => '7%',
'format' => 'date'
],
[
'attribute' => 'cat_name',
'width' => '13%',
],
[
'attribute' => 'icon',
'width' => '5%',
],
[
'attribute' => 'icon_type',
'width' => '7%',
'showConstText' => true
],
[
'attribute' => 'description',
'format' => 'ntext',
'width' => '50%',
],
[
'class' => 'yii\grid\ActionColumn',
],
],
]);
?>