wijmo.grid Namespace : IC1BtnFieldBaseOptions Interface |
Name | Description | |
---|---|---|
allowMoving | A value indicating whether the column can be moved. | |
allowSizing | A value indicating whether the column can be sized. | |
buttonType | Gets or sets the type of the button in the column. Possible values are "link", "button", "imageButton", "image". | |
cellFormatter | Function used for changing content, style and attributes of the column cells. | |
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. | |
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", "canter". | |
visible | A value indicating whether column is visible. | |
width | Determines the width of the column. |