\TbGroupButtonColumn

## Bootstrap button column widget.

Used to set buttons group.

Summary

Methods
Properties
Constants
No public methods found
No public properties found
No constants found
renderButton()
renderDataCellContent()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

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

renderDataCellContent()

renderDataCellContent(integer $row, mixed $data)

Renders the data cell content.

This method renders the view, update and delete buttons in the data cell.

Parameters

integer $row

the row number (zero-based)

mixed $data

the data associated with the row