TreeListHeaderCellProps
Interface
The props of the TreeListHeaderCell component.
Definition
Package:@progress/kendo-vue-treelist
Properties
field?
string
The column field in which the cell is located.
key?
any
The key in which the cell is located.
onClick?
any
The click event handler of the cell.
The event that is fired when the header cell is clicked.
render?
any
The method for rendering the cell.
sortable?
SortSettings
The method for rendering the header cell.
title?
string
The title of the column in which the cell is located.