Browse Source
allows for configuration of the default buttons like this: ```php [ 'class' => ActionColumn::className(), 'template' => '<div class="btn-group text-center">{view} {update} {delete}</div>', 'buttonOptions' => [ 'class' => 'btn btn-default btn-xs', ], ], ``` close #7633tags/2.0.4
Carsten Brandt
10 years ago
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue