Name |
Description |
ActionColumn |
Extends the Yii's ActionColumn for the Grid widget [[\kartik\widgets\GridView]] with various enhancements. |
ActionColumnAsset |
Asset bundle for [[ActionColumn]] functionality of the [[GridView]] widget. |
BooleanColumn |
A BooleanColumn will convert true/false values as user friendly indicators with an automated drop down filter for the
[[GridView]] widget. |
CheckboxColumn |
Extends the Yii's CheckboxColumn for the Grid widget [[\kartik\widgets\GridView]]
with various enhancements. |
CheckboxColumnAsset |
Asset bundle for [[CheckboxColumn]] functionality of the [[GridView]] widget. |
DataColumn |
The DataColumn is the default column type for the [[GridView]] widget and extends the [[YiiDataColumn]] with various
enhancements. |
EditableColumn |
The EditableColumn converts the data to editable using the Editable widget [[\kartik\editable\Editable]]. |
EditableColumnAction |
EditableAction is useful for processing the update of [[EditableColumn]] attributes via form submission. A typical
usage of this action in your controller could look like below: |
EditableColumnAsset |
Asset bundle for [[EditableColumn]] functionality of the [[GridView]] widget. |
ExpandRowColumn |
An ExpandRowColumn can be used to expand a row and add content in a new row below it either directly or via ajax. |
ExpandRowColumnAsset |
Asset bundle for [[ExpandRowColumn]] functionality of the [[GridView]] widget. |
FormulaColumn |
A FormulaColumn to calculate values based on other column indexes
for the Grid widget [[\kartik\widgets\GridView]] |
GridExportAsset |
Asset bundle for exporting data functionality of [[GridView]] widget. |
GridFloatHeadAsset |
Asset bundle for floating header functionality of [[GridView]] widget. |
GridGroupAsset |
Asset bundle for row grouping functionality of [[GridView]] widget. |
GridPerfectScrollbarAsset |
Asset bundle for perfect scrollbar functionality for the [[GridView]] widget. |
GridResizeColumnsAsset |
Asset bundle for GridView Widget (for resizing columns) |
GridResizeStoreAsset |
Asset bundle for storage of resizable columns setting for the [[GridView]] widget. |
GridToggleDataAsset |
Asset bundle used for toggling data (from page mode to all records) for the [[GridView]] widget. |
GridView |
Enhances the Yii GridView widget with various options to include Bootstrap
specific styling enhancements. Also allows to simply disable Bootstrap styling
by setting `bootstrap` to false. Includes an extended data column for column
specific enhancements. |
GridViewAsset |
Asset bundle for the styling of the [[GridView]] widget. |
Module |
This module allows global level configurations for the enhanced Krajee [[GridView]]. One can configure the module
in their Yii configuration file as shown below: |
RadioColumn |
RadioColumn displays a column of radio inputs in a grid view. It is different than the CheckboxColumn in the sense
that it allows only a single row to be selected at a time. |
RadioColumnAsset |
Asset bundle for [[RadioColumn]] functionality of the [[GridView]] widget. |
SerialColumn |
A SerialColumn displays a column of row numbers (1-based) and extends the [[YiiSerialColumn]] with various
enhancements. |