wijmo.grid Namespace : IC1BandOptions Interface |
Name | Description | |
---|---|---|
aggregate | Causes the grid to calculate aggregate values on the column and place them in the column footer cell or group header and footer rows. Possible values are: "none", "count", "sum", "average", "min", "max", "std", "stdPop", "var", "varPop" and "custom". | |
allowMoving | A value indicating whether the column can be moved. | |
allowSizing | A value indicating whether the column can be sized. | |
allowSort | A value indicating whether column can be sorted. | |
cellFormatter | Function used for changing content, style and attributes of the column cells. | |
columns | Gets a array of objects representing the band columns. | |
dataFormatString | A pattern used for formatting and parsing column values. | |
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. | |
dataParser | Data converter that is able to translate values from a string representation to column data type and back. | |
dataType | Column data type. Used to determine the rules for sorting, grouping, aggregate calculation, and so on. Possible values are: "string", "number", "datetime", "currency" and "boolean". | |
ensurePxWidth | Determines whether to use number type column width as the real width of the column. | |
filterOperator | An operations set for filtering. Must be either one of the embedded operators or custom filter operator. Operator names are case insensitive. | |
filterValue | A value set for filtering. | |
footerText | Gets or sets the footer text. The text may include a placeholder: "undefined" is replaced with the aggregate. | |
groupInfo | Used to customize the appearance and position of groups. | |
headerText | Gets or sets the header text. | |
inputType | Determines the type of html editor for filter and cells. Possible values are: "number", "date", "datetime", "datetime-local", "month", "time", "text". | |
readOnly | A value indicating whether the cells in the column can be edited. | |
rowMerge | Determines whether rows are merged. Possible values are: "none", "free" and "restricted". | |
showFilter | A value indicating whether filter editor will be shown in the filter row. | |
sortDirection | Determines the sort direction. Possible values are: "none", "ascending" and "descending". | |
textAlignment | Gets or sets the text alignment of data cells. Possible values are "left", "right", "canter". | |
valueRequired | A value indicating whether null value is allowed during editing. | |
visible | A value indicating whether column is visible. | |
width | Determines the width of the column. |