[data grid] Change a row's hierarchy in Tree Data by dragging a leaf to a different parent node #7774
Labels
component: data grid
This is the name of the generic UI component, not the React module!
feature: Tree data
Related to the data grid Tree data feature
new feature
New feature or request
plan: Premium
Impact at least one Premium user
Summary
This is a part of a feature set called Advanced drag and drop behaviors spinned off #4821.
The
treeDataPath
value needs to be updated; followinggetTreeDataPath
, we need asetTreeDataPath
that receives the row and the new path array, based on where the row was dropped.Because
getTreeDataPath
is optional, and by default, we use the path field, we may additionally need an optional callbackonTreeDataPathUpdate
.The text was updated successfully, but these errors were encountered: