getItemPath
Function
Definition
Package:@progress/kendo-react-data-tools
Returns the data item path in the tree based on the level parameter.
Parameters:treeany[]
The data tree.
levelnumber[]The level of the target tree item.
subItemsField?stringThe field which points to the subitems collection of each data item.
Returns:any[]
- The path of the data item.