Files
Carsten Brandt 26392372c0 added ActionColumn::$buttonOptions
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 #7633
2015-03-08 23:23:39 +01:00
..
2014-12-17 09:18:00 +01:00
2014-12-17 09:18:00 +01:00
2014-12-17 09:18:00 +01:00