我有一个关于 kartik select2 filterType 不起作用的问题,这是我的代码的一部分:
[
'format' => ['link',$idmodel],
'attribute' =>$attribute,
'filterType'=>GridView::FILTER_SELECT2,
'filterWidgetOptions' => [
'data' => \yii\helpers\ArrayHelper::map($model_::find()->all(),$attribute,'nom_'.strtolower($idmodel)),
'options' => ['placeholder' => '-'.$idmodel.'-'],
'pluginOptions' => ['allowClear' => true],
'theme' => Select2::THEME_KRAJEE,
],
当我评论这一行时:
'filterType'=>GridView::FILTER_SELECT2,
一个文本字段出现在我的过滤器网格视图中。谁能帮我 ??提前致谢