Excerpt | ||
---|---|---|
| ||
view-grid-column - adds column to existing grid. |
Overview
This module is used for adding new column to existing grid.
...
name | type | required | description |
---|---|---|---|
name | string | yes | Name of the column. |
fields | string | yes | Fields of the column. |
expression | string | no | Column value expression. |
orderable | boolean | no | True if column sort should be enabled. |
searchable | boolean | no | True if column filter should be enabled. |
multiSearch | boolean | no | True if column should be included in advanced filters. |
hidden | boolean | no | True if column should be hidden. |
width | integer | no | Width of column. |
link | boolean | no | True if column value should be link to detail. |
align | string ("left" | "right") | no | You could use this attribute to set your custom aligment. By default each column (except that one which contains a numeric values) has content aligned to the left. |
More information about column definition can be found here.
...