renderButton()
renderButton(string $id, array $button, integer $row, mixed $data)
Renders a link button.
Parameters
| 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 |