Property | Type | Description | |
---|---|---|---|
$cssFile | the URL of the CSS file used by this grid view. Defaults to false, meaning that no CSS will be included. | ||
$extraParams | of additional parameters to pass to values | ||
$pager | the configuration for the pager.
Defaults to array('class'=>'ext.bootstrap.widgets.TbPager') . |
||
$pagerCssClass | the CSS class name for the pager container. Defaults to 'pagination'. | ||
$responsiveTable | whether to make the grid responsive | ||
$type | the table type. Valid values are 'striped', 'bordered', 'condensed' and/or 'hover'. |
Method | Description | |
---|---|---|
init ( ) | ### .init() |
Method | Description | |
---|---|---|
createDataColumn ( mixed $text ) : TbDataColumn | CDataColumn | ### .createDataColumn() | |
initColumns ( ) | ### .initColumns() | |
writeResponsiveCss ( ) | ### .writeResponsiveCss() |
protected createDataColumn ( mixed $text ) : TbDataColumn | CDataColumn | ||
$text | mixed | the column specification string |
return | TbDataColumn | CDataColumn | the column instance |
protected initColumns ( ) |
public $cssFile |
array('class'=>'ext.bootstrap.widgets.TbPager')
. public $pager |
public $pagerCssClass |