This can help...:)
Just run and run Pjax, that's all ..
<?php use yii\widgets\Pjax; <?php Pjax::begin(['id'=>'type_id']); <?php echo GridView::widget([ 'dataProvider' => $dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], <?php Pjax::end(); ?>
source share