$viewButtonIcon
$viewButtonIcon : string
## JsonButtomColumn widget
Works in conjunction with TbJsonGridView. Renders HTML or returns JSON according to the request to the Grid.
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 |