wijmo.grid.c1basefield Namespace : options type |
Object
wijmo.grid.c1basefield.options
Name | Description | |
---|---|---|
allowMoving | Default value: true A value indicating whether the column can be moved. | |
allowSizing | Default value: true A value indicating whether the column can be sized. | |
cellFormatter | This function is called each time wijgrid needs to create cell content. This occurs when rows are being rendered or cell editing is about to finish. You can use it to customize cell content. | |
create | ||
dataKey | A value indicating the key of the data field associated with a column. If an array of objects is used as a datasource for wijgrid, this should be string value, otherwise this should be an integer determining an index of the field in the datasource. | |
disabled | ||
ensurePxWidth | Determines whether to use number type column width as the real width of the column. | |
footerText | Gets or sets the footer text. The text may include a placeholder: "undefined" is replaced with the aggregate. | |
headerText | Gets or sets the header text. | |
textAlignment | Gets or sets the text alignment of data cells. Possible values are "left", "right", "center". | |
visible | Default value: true A value indicating whether column is visible. | |
width | Determines the width of the column. |