As i see tree grid doesn't support multiple root nodes.
r is undefined is thrown when i try to move a root node below another parent.
https://jsfiddle.net/v17zw2np/Example:
Moving file "H" below folder "Autoflow".
Are there any plans to support multiple root nodes?
Then i faced another issue:
I need tree grid for building a folder structure based on flat format. So every node is a folder.
When i load data (in jsfiddle above) all nodes without children are files and don't accept other nodes as children.
i.E. moving "Dashboard" below "Server" doesn't work.
Whats the easiest way for flat format to define every node (even them without children) as a folder?
In nested format i could add children:[] to every node, but i don't know how to accomplish this in flat model.