You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just discovered updates don't work for tabletree - this is because the id is not set to the id of the document. However parentID is set to the id of the document.
TreeTable and tree do not work correctly currently.
Those components can load the object with nested data, but they will not save data properly.
I'm not sure, that storing the full hierarchy is a good approach at all. It may be better to store each item of tree ( treetable ) as a separate record in a collection and build the tree based on the id - parentId relation.
We plan to publish an update in next few weeks, which will allow such kind of storing and loading data for tree and treetable.
I'm working on this. Probably next week I can create a pull-request for this.
The text was updated successfully, but these errors were encountered: