1. react 18 & pqgrid 9.0.1
2. Q&A
-
https://paramquery.com/pro/demos/dnd_trees(2-1) how to apply flat (only level 1) to right treegrid when nodes(exists parent) drag and drop to right treegrid
- i don't know this, so i tried to change the right tree grid to nomal grid(there is drag and drop also)
however, when i move(drag and dropt) to rigth nomal grid, nodes moved but data is now show...ㅠㅠ...
(2-2) when only use drag and drop, if i drag and drop to right grid, i can get changes data (add or delete)
however, i can not get updated data from getchanges method when just drag and drop in left treegrid only (up and down drag)
is that possible get updated data from getchanges , when just moved the same grid (up and down drag -> change level in same tree grid)
if it is possible , how ?