Wijmo UI for the Web
IColumn Interface
wijmo.grid Namespace : IColumn Interface
Combines all of the available options
Fields
 NameDescription
 Field

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".

 
 Field

A value indicating whether the column can be moved.

 
 Field

A value indicating whether the column can be sized.

 
 Field

A value indicating whether column can be sorted.

 
 Field

Gets or sets the type of the button in the column. Possible values are "link", "button", "imageButton", "image".

 
 Field

Type: wijmo.grid.ICommandButton

Represents options of a Cancel command button.

 
 Field

Function used for changing content, style and attributes of the column cells.

 
 Field

Type: wijmo.grid.IColumn[]

Gets a array of objects representing the band columns.

 
 Field

Type: wijmo.grid.ICommandButton

Represents options of a command button.

 
 Field

A pattern used for formatting and parsing column values.

 
 Field

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.

 
 Field

Type: wijmo.grid.IDataParser

Data converter that is able to translate values from a string representation to column data type and back.

 
 Field

Column data type. Defines the rules, according to which column value will be formatted, defines editors types and allowed filter operators. Does not change the type of source data, besides the case when data source is HTMLTable. Possible values are: "string", "number", "datetime", "currency" and "boolean".

 
 Field

Type: wijmo.grid.ICommandButton

Represents options of a Delete command button.

 
 Field

Type: wijmo.grid.ICommandButton

Represents options of an Edit command button.

 
 Field

A value indicating whether data values are HTML-encoded before they are displayed in a cell.

 
 Field

Determines whether to use number type column width as the real width of the column.

 
 Field

An operations set for filtering. Must be either one of the embedded operators or custom filter operator. Operator names are case insensitive.

 
 Field

A value set for filtering.

 
 Field

Gets or sets the footer text. The text may include a placeholder: "{0}" is replaced with the aggregate.

 
 Field

Type: wijmo.grid.IGroupInfo

Used to customize the appearance and position of groups.

 
 Field

Gets or sets the header text.

 
 Field

Controls the state of the input method editor for text fields. Possible values are: "auto", "active", "inactive", "disabled". Please refer to https://developer.mozilla.org/en-US/docs/Web/CSS/ime-mode for more info.

 
 Field

Determines the type of html editor for filter and cells. Possible values are: "number", "date", "datetime", "datetime-local", "month", "time", "text".

 
 Field

A value indicating whether the cells in the column can be edited.

 
 Field

Determines whether rows are merged. Possible values are: "none", "free" and "restricted".

 
 Field

Gets or sets a value indicating whether a Delete button is displayed in a command column.

 
 Field

Gets or sets a value indicating whether an Edit button is displayed in a command column.

 
 Field

A value indicating whether filter editor will be shown in the filter row.

 
 Field

Determines the sort direction. Possible values are: "none", "ascending" and "descending".

 
 Field

Gets or sets the text alignment of data cells. Possible values are "left", "right", "canter".

 
 Field

Type: wijmo.grid.ICommandButton

Represents options of an Update commnd button.

 
 Field

A value indicating whether null value is allowed during editing.

 
 Field

A value indicating whether column is visible.

 
 Field

Determines the width of the column.

 
Top
See Also

Reference

wijmo.grid Namespace