TYPE_STRIPED
TYPE_STRIPED
## Class TbJsonGridView
Converts TbGridView into a Json Javascript grid when using AJAX updates calls. This grid makes use of localStorage or a custom in memory plugin to avoid repetitive ajax requests/responses and speed up data visualization.
createDataColumn(mixed $text) : \TbJSONDataColumn|\TbDataColumn|\CDataColumn
Creates a column based on a shortcut column specification string.
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