TYPE_STRIPED
TYPE_STRIPED
## TbExtendedGridView is an extended version of TbGridView.
Features are:
$extendedSummary : array
$selectableCellsFilter : string
$bulk : \TbBulkActions
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
getSummaryOperationInstance(string $name, array $config) : mixed
### .getSummaryOperationInstance()
Each type of 'extended' summary
string | $name | the name of the column |
array | $config | the configuration of the column at the extendedSummary |