modifySubItems
Function
Definition
Package:@progress/kendo-react-data-tools
Changes the subItems collection of each data item which matches the passed condition.
Parameters:dataany[]
The data tree.
subItemsFieldstringThe field which points to the subitems collection of each data item.
condition(item: any) => booleanA function that will be executed for each data item and
will return true for items that have to change the subitems collection.
A function which has as a parameter the subitems collection of the matched items and which will return the new subitems collection.
Returns:any[]
- The new data tree.