$viewButtonIcon
$viewButtonIcon : string
## Enhanced bootstrap button column widget.
Renders the buttons as a button group
renderButton(string $id, array $button, integer $row, mixed $data)
### .renderButton()
Renders a link button.
| string | $id | the ID of the button |
| array | $button | the button configuration which may contain 'label', 'url', 'imageUrl' and 'options' elements. |
| integer | $row | the row number (zero-based) |
| mixed | $data | the data object associated with the row |
renderDataCellContent(integer $row, mixed $data)
### .renderDataCellContent()
Renders the data cell content. This method renders the view, update and delete buttons in the data cell.
| integer | $row | the row number (zero-based) |
| mixed | $data | the data associated with the row |