Yii2 - remove "No results" found on GridView

    
    GridView::widget([
    'dataProvider' => $dataProvider,
    'summary' => false,
    'columns' => [
        'id',
        'book',
    ]]);
    

Comments