Class WhGroupGridView
- TbGridView
- WhGroupGridView
Package: YiiWheels\widgets\grid
Copyright: Copyright © 2amigos.us 2013-
License: New BSD License
Author: Antonio Ramirez <amigo.cobos@gmail.com>
Author: Vitaliy Potapov <noginsk@rambler.ru>
Located at widgets/grid/WhGroupGridView.php
Copyright: Copyright © 2amigos.us 2013-
License: New BSD License
Author: Antonio Ramirez <amigo.cobos@gmail.com>
Author: Vitaliy Potapov <noginsk@rambler.ru>
Located at widgets/grid/WhGroupGridView.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
Magic methods summary
Constants summary
string |
MERGE_SIMPLE
|
'simple' |
|
string |
MERGE_NESTED
|
'nested' |
|
string |
MERGE_FIRSTROW
|
'firstrow' |
Properties summary
public
array
|
$mergeColumns |
#
$mergeColumns the columns to merge on the grid |
public
string
|
$mergeType |
#
$mergeType the merge type. Defaults to MERGE_SIMPLE |
public
string
|
$mergeCellCss |
#
$mergeCellsCss the styles to apply to merged cells |
public
array
|
$extraRowColumns |
#
$extraRowColumns the group column names |
public
string
|
$extraRowExpression |
#
$extraRowExpression |
public
array
|
$extraRowHtmlOptions |
#
the HTML options for the extrarow cell tag. |
public
string
|
$extraRowCssClass |
#
$extraRowCssClass the class to be used to be set on the extrarow cell tag. |