PHP Class TbDataColumn

Inheritance: extends CDataColumn
Show file Open project: yinhe/yincart Class Usage Examples

Public Properties

Property Type Description
$filterInputOptions HTML options for filter input

Public Methods

Method Description
renderFilterCell ( ) ### .renderFilterCell()

Protected Methods

Method Description
renderFilterCellContent ( ) ### .renderFilterCellContent()
renderHeaderCellContent ( ) ### .renderHeaderCellContent()

Method Details

renderFilterCell() public method

Renders the filter cell.
Since: 24/09/2012 added filterHtmlOptions
Author: antonio ramirez ([email protected])
public renderFilterCell ( )

renderFilterCellContent() protected method

Renders the filter cell content. On top of Yii's default, here we can provide HTML options for actual filter input
Author: Sergii Gamaiunov ([email protected])
protected renderFilterCellContent ( )

renderHeaderCellContent() protected method

Renders the header cell content. This method will render a link that can trigger the sorting if the column is sortable.
protected renderHeaderCellContent ( )

Property Details

$filterInputOptions public property

HTML options for filter input
See also: TbDataColumn::renderFilterCellContent()
public $filterInputOptions