NavigationCell
Interface
Contains the metadata for a focusable TreeList cell. Focusable TreeList cells include headers, group headers and footers, and data cells.
Definition
Package:@progress/kendo-angular-treelist
Methods
Focuses the first focusable element in the cell, if any.
Properties
colIndex
number
The column index of the cell.
colSpan?
number
The column span for this cell, if set.
column
any
The column that the cell belongs to.
dataItem
any
The data item for the parent row of this cell.
dataRowIndex
number
The data item index for the parent row of this cell.
expandable?
boolean
A flag that indicates if the cell is expandable.
rowIndex
number
The logical index of the row that contains this cell. The row index is absolute and does not change with paging. Header rows are included, starting at index 0.
rowSpan?
number
The row span for this cell, if set.