PHP Класс TbDataColumn

Наследование: extends CDataColumn
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$filterInputOptions HTML options for filter input

Открытые методы

Метод Описание
renderFilterCell ( ) ### .renderFilterCell()

Защищенные методы

Метод Описание
renderFilterCellContent ( ) ### .renderFilterCellContent()
renderHeaderCellContent ( ) ### .renderHeaderCellContent()

Описание методов

renderFilterCell() публичный Метод

Renders the filter cell.
С версии: 24/09/2012 added filterHtmlOptions
Автор: antonio ramirez ([email protected])
public renderFilterCell ( )

renderFilterCellContent() защищенный Метод

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

renderHeaderCellContent() защищенный Метод

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

Описание свойств

$filterInputOptions публичное свойство

HTML options for filter input
См. также: TbDataColumn::renderFilterCellContent()
public $filterInputOptions