The cells of the column.
OptionaldataThe data of the column. Shouldn't be used directly in all cases, because
it's not guaranteed to be defined (e.g. when using the lazy loading,
RemoteDataProvider).
Type of the data in the column.
OptionalfilteringFiltering column module.
OptionalheaderThe wrapper for content of head.
The id of the column (name in the Data Table).
ReadonlyindexThe index of the column in the viewport.
The options of the column as a proxy that provides merged access to original options and defaults if not defined in the individual options.
OptionalsortingSorting column module.
ReadonlyviewportThe viewport (table) the column belongs to.
Creates a cell content instance.
The cell that is to be edited.
Returns the formatted string where the templating context is the column.
The template string.
The formatted string.
Returns the width of the column in pixels.
Initializes the column data-related properties.
Loads the data of the column from the viewport's data table.
Adds or removes the hovered CSS class to the column element and its cells.
Whether the column should be hovered.
Adds or removes the synced CSS class to the column element and its cells.
Whether the column should have synced state.
Optionalrender: booleanOptionalrender: true
Represents a column in the data grid.