Optional
getThe row to check the number of children.
The number of children the row has.
If the children count is not available for some reason, but there are some children, getChildrenCount
should return -1
.
Optional
getUsed to group rows by their parent group. Replaces getTreeDataPath
used in client side tree-data.
The row to get the group key of.
The group key for the row.
This method will be called when the grid needs to fetch some rows.
The parameters required to fetch the rows.
A promise that resolves to the data of type [GridGetRowsResponse].
Optional
updateThis method will be called when the user updates a row [Not yet implemented].
The updated row.
If resolved (synced on the backend), the grid will update the row and mutate the cache.
Used to determine the number of children a row has on server.