TbDataColumn
extends CDataColumn
in package
Bootstrap grid data column.
Table of Contents
Properties
- $filterInputOptions : array<string|int, mixed>
Methods
- renderFilterCell() : mixed
- Renders the filter cell.
- renderFilterCellContent() : mixed
- Renders the filter cell content. Here we can provide HTML options for actual filter input
- renderHeaderCellContent() : mixed
- Renders the header cell content.
Properties
$filterInputOptions
public
array<string|int, mixed>
$filterInputOptions
HTML options for filter input
Tags
Methods
renderFilterCell()
Renders the filter cell.
public
renderFilterCell() : mixed
renderFilterCellContent()
Renders the filter cell content. Here we can provide HTML options for actual filter input
protected
renderFilterCellContent() : mixed
renderHeaderCellContent()
Renders the header cell content.
protected
renderHeaderCellContent() : mixed
This method will render a link that can trigger the sorting if the column is sortable.