TreeListProps
Represents the props of the Kendo UI for Vue TreeList component.
Name | Type | Default | Description |
---|---|---|---|
cellRender? |
|
Fires when a cell is about to be rendered. Useful for overriding the default rendering of the cell. | |
columns? |
|
A collection of | |
columnVirtualization? |
|
Enables the virtualization of the columns (see example). If enabled, the columns outside the viewport are not rendered. | |
dataItemKey? |
|
Sets the TreeList row key prop to the value of this field in the dataItem. If not set, the dataItem index will be used for the row key, which might lead to row not updated during paging or scrolling. | |
dataItems? |
|
Sets the data of the TreeList. | |
editField? |
|
Specifies the name of the field which will provide a Boolean representation of the edit state of the current item (more information and examples). | |
expandField? |
|
Specifies the name of the field which will provide a Boolean representation of the expanded state of the item. | |
filter? |
|
The descriptors by which the data is filtered (more information and examples).
This affects the values and buttons in the | |
filterable? |
|
Enables the filtering of the columns with their | |
filterOperators? |
|
The filter operators for the filters. | |
filterRow? |
|
If set, it will be rendered instead of the default | |
headerCellRender? |
|
Fires when a header cell is about to be rendered. Useful for overriding the default rendering of the header cell. | |
navigatable? |
|
If set to | |
noRecords? |
|
Represents the component that will be rendered when the | |
onColumnreorder? |
|
Fires when the columns are reordered. | |
onDatastatechange? |
|
Fires when the data state of the TreeList is changed. | |
onExpandchange? |
|
Fires when the user clicks on the expand or collapse icon of a row. | |
onFilterchange? |
|
Fires when the TreeList filter is modified through the UI (more information and examples). You have to handle the event yourself and filter the data. | |
onItemchange? |
|
Fires when the user changes the values of the item.
The event is not debounced and fires on every | |
onKeyDown? |
|
Fires when the user press keyboard key. | |
onPagechange? |
|
Fires when the page of the TreeList is changed. | |
onRowblur? |
|
Fires when blur event is triggered on a row. | |
onRowclick? |
|
Fires when the user clicks a row. | |
onRowcontextmenu? |
|
Fires when the user trigger the context menu of row. | |
onRowfocus? |
|
Fires when focus event is triggered on a row. | |
onSelectionchange? |
|
Fires when the user tries to select or deselect a row or cell. (more information and example). | |
onSortchange? |
|
Fires when the sorting of the TreeList is changed (see example). You have to handle the event yourself and sort the data. | |
pageable? |
|
Configures the pager of the TreeList. The available options are:
and
| |
pager? |
|
The pager component that the TreeList will render. | |
reordableRows? |
|
If set to | |
reorderable? |
|
If set to | |
rowClass? |
|
A function that returns a custom class applied to the row. | |
rowHeight? |
|
Defines the row height and implements equal heights for all rows. | |
rowRender? |
|
Fires when a row is about to be rendered. Useful for overriding the default rendering of the row. | |
scrollable? |
|
Defines the scroll mode of the TreeList. The available options are:
Requires you to set the
Requires you to set the | |
selectable? |
|
The TreeList selectable settings. | |
selectedField? |
|
Specifies the name of the field which will provide a Boolean representation of the selected state of the item (see example). | |
size? |
|
|
Configures the The available options are:
|
skip? |
|
The number of records that will be skipped. | |
sort? |
|
The descriptors by which the data is sorted. Applies the sorting styles and buttons to the affected columns. | |
sortable? |
|
Enables sorting (see example). | |
subItemsField? |
|
Specifies the name of the field which will provide an array representation of the item subitems. | |
tableProps? |
|
A props object that will be passed to the underlying HTML table. | |
take? |
|
The number of records that will be taken. | |
toolbar? |
|
Represents the TreeList toolbar component. | |
wrapperStyle? |
|
The styles of the wrapper component. |