'attribute' => 'dep_id',
'label' => 'แผนกที่แจ้ง',
'value' => function($model) {
return empty($model->department) ? null : $model->department->dep_name;
},
'filter' => ArrayHelper::map(departmentjob::find()->asArray()->all(), 'dep_id', 'dep_name'),
'filterType' => GridView::FILTER_SELECT2,
'filterWidgetOptions' => [
'options' => ['prompt' => ''],
'pluginOptions' => [
'allowClear' => true,
'width'=>'100%'
],
],
],
http://qaru.site/questions/16648560/yii2-kartik-gridview-select2-filter
ไม่มีความคิดเห็น:
แสดงความคิดเห็น