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. | |
colSpan? |
|
|
Sets the colSpan of the column which will make the row content span over multiple cells. As arguments, it takes either a number or a function that returns a number. |
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. | |
columnType? |
|
|
Sets the type of the column and renders a dedicated column for interaction. |
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). |
field? |
|
The field to which the column is bound. | |
filter? |
|
|
Defines the filter type that will be rendered inside the filter row. |
filterable? |
|
|
Defines if a filter UI will be rendered for this column. |
filterCell? |
|
Defines the custom rendering of the filter cell. Accepts a Vue component, a | |
filterTitle? |
|
Defines the title which will be set to the input element in the filter cell. | |
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 the Grid's column. |
id? |
|
The column identifier used to distinguish columns for example in multi column header scenarios with resize and keyboard navigation.
Also used for unique key for rendering the component cells.
If not set, the component will generate unique | |
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. | |
rowSpannable? |
|
Defines if the cells of the column should be spanned when their values are the same. | |
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). |