We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e741091 commit 387aad2Copy full SHA for 387aad2
README.md
@@ -37,6 +37,7 @@ use kartik\grid\GridView;
37
'id' => 'books-grid',
38
'dataProvider' => $dataProvider,
39
'filterModel' => $searchModel,
40
+ 'layout' => '{toolbar}\n{summary}\n{items}\n{pager}', // {toolbar} must be included in 'layout' section
41
'columns' => [
42
[
43
'class' => BulkCheckboxColumn::className(),
0 commit comments