muyuym / yii2-adminlte3

adminlte3 for yii2
BSD 3-Clause "New" or "Revised" License
75 stars 30 forks source link

Filter not working grdiview kartik bs5 #25

Open atmanegara opened 8 months ago

atmanegara commented 8 months ago

using Grdiview kartik bs5,

add "panel" setting in gridview as follows

'panel' => [ 'heading'=>'

Countries

', 'type'=>'success', 'before'=>Html::a(' Create Country', ['create'], ['class' => 'btn btn-success']), 'after'=>Html::a(' Reset Grid', ['index'], ['class' => 'btn btn-info']), 'footer'=>false ],

searh filter in gridview not working, but remove panel, search filter is work