GridColumnProps
The props that can be assigned to the Grid column.
Name | Type | Default | Description |
---|---|---|---|
cell? |
|
Defines the custom rendering of the cell. Accepts a Vue component, a | |
children? |
|
A collection of child columns. | |
className? |
|
Sets the custom CSS classes to the column cells. | |
columnMenu? |
|
Defines if the column menu will be shown for the column.
Accepts Boolean, a Vue component, a | |
columnMenuOpened? |
|
Defines if the column menu is opened. | |
editable? |
|
Defines whether the column is editable (more information and examples). | |
editor? |
|
Defines the editor type. Used when the column enters the edit mode
(more information and examples).
Defaults to | |
field? |
|
The field to which the column is bound. | |
filter? |
|
Defines the filter type that is displayed inside the filter row.
Defaults to | |
filterable? |
|
Defines if a filter UI will be displayed for this column. Defaults to | |
filterCell? |
|
Defines the custom rendering of the filter cell. Accepts a Vue component, a | |
footerCell? |
|
Defines the custom rendering of the footer cell.
The footer cell have to render an | |
footerClassName? |
|
Sets the custom CSS classes to the column footer cell if there is footer. | |
format? |
|
The format that is applied to the value before it is displayed. Takes the
For more information on the supported date and number formats, refer to the kendo-intl documentation. | |
groupable? |
|
Determines if the column can be dragged to the group panel. Defaults to | |
headerCell? |
|
Defines the custom rendering of the header cell. Accepts a Vue component, a | |
headerClassName? |
|
Sets the custom CSS classes to the column header cell. | |
headerSelectionValue? |
|
Defines if the header selection checkbox is checked. | |
hidden? |
|
Controls the visibility of Grid's column. Defaults to | |
locked? |
| ||
media? |
|
Sets the screen size condition that needs to be satisfied for a column to remain visible. If you set the hidden property, the behavior of media is overridden. | |
menuIcon? |
|
Overrides the default(three vertical dots) column menu icon or the icon set through the ( | |
minResizableWidth? |
|
The width of the column (in pixels) below which the user is not able to resize the column through the UI.
Defaults to | |
orderIndex? |
|
Determinates the position of the column. Columns with smaller | |
reorderable? |
|
Indicates whether the column is reorderable. | |
resizable? |
|
Indicates whether the column is resizable. | |
sortable? |
|
Allows the column headers to be clicked and the | |
title? |
|
The title of the column. | |
type? |
|
The type of the data which will be used when formatting the cell data.
Could be one of the following values 'string' | 'number' | 'boolean' | 'date'.
Defaults to | |
width? |
|
The width of the column (in pixels). |