Property | Type | Description | |
---|---|---|---|
$checkedIcon | the glyph icon toggle button "checked" state. You may set this property to be false to render a text link instead. | ||
$emptyIcon | the glyph icon toggle button "empty" state (example for null value) | ||
$uncheckedIcon | the glyph icon toggle button "unchecked" state. You may set this property to be false to render a text link instead. |
Method | Description | |
---|---|---|
renderDataCellContent ( integer $row, mixed $data ) | Renders the data cell content. |
Method | Description | |
---|---|---|
getButtonLabel ( $value ) : string |
protected renderDataCellContent ( integer $row, mixed $data ) | ||
$row | integer | the row number (zero-based) |
$data | mixed | the data associated with the row |
public $checkedIcon |
public $emptyIcon |