TYPE_STRIPED
TYPE_STRIPED
## TbGroupGridView widget
A Grid View that groups rows by any column(s)
createDataColumn(mixed $text) : \TbDataColumn|\CDataColumn
### .createDataColumn()
Creates a column based on a shortcut column specification string.
mixed | $text | the column specification string |
if the column format is incorrect
the column instance
getDataCellContent(\TbDataColumn $column, mixed $data, mixed $row) : string
need to rewrite this function as it is protected in CDataColumn: it is strange as all methods inside are public
\TbDataColumn | $column | |
mixed | $data | |
mixed | $row |