Class TbGridView
Bootstrap Zii grid view.
- CGridView
- TbGridView
Package: bootstrap\widgets
Copyright: Copyright © Christoffer Niska 2013-
License: New BSD License
Author: Antonio Ramirez <ramirez.cobos@gmail.com>
Author: Christoffer Niska <ChristofferNiska@gmail.com>
Located at widgets/TbGridView.php
Copyright: Copyright © Christoffer Niska 2013-
License: New BSD License
Author: Antonio Ramirez <ramirez.cobos@gmail.com>
Author: Christoffer Niska <ChristofferNiska@gmail.com>
Located at widgets/TbGridView.php
public
|
|
protected
|
|
protected
|
public
string|array
|
$type |
|
#
the table style. Valid values are TbHtml::GRID_TYPE_STRIPED, TbHtml::GRID_TYPE_BORDERED, TbHtml::GRID_TYPE_CONDENSED and/or TbHtml::GRID_TYPE_HOVER. |
public
string
|
$pagerCssClass | 'pagination' |
#
the CSS class name for the pager container. Defaults to 'pagination'. |
public
array
|
$pager | array('class' => 'bootstrap.widgets.TbPager') |
#
the configuration for the pager. Defaults to |
public
string
|
$cssFile | false |
#
the URL of the CSS file used by this grid view. Defaults to false, meaning that no CSS will be included. |
public
string
|
$template | "{items}\n<div class=\"row-fluid\"><div class=\"span6\">{pager}</div><div class=\"span6\">{summary}</div></div>" |
#
the template to be used to control the layout of various sections in the view. |