Skip to content

Commit b34ba46

Browse files
committed
Update README.md
1 parent e9f76ca commit b34ba46

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ use kartik\grid\GridView;
4444
'label' => 'Change Availability',
4545
'field' => 'available',
4646
'buttonClass' => 'btn btn-primary',
47+
'buttonOptions' => [
48+
'data' => [
49+
'button' => 'change',
50+
],
51+
],
4752
'items' => [
4853
1 => 'Yes',
4954
0 => 'No',

0 commit comments

Comments
 (0)