-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Duplicate of Drag & drop doesn't work properly when an item is hidden but I think the functionality would be a real enrichment. Best regards |
Beta Was this translation helpful? Give feedback.
-
Are you using a custom tree data provider? You could implement the |
Beta Was this translation helpful? Give feedback.
Are you using a custom tree data provider? You could implement the
getTreeItem
method in a way so that it filters the childrens array before returning to only include items that should be rendered. If something in which items should be rendered and which should not, make sure to call the listeners registered byonDidChangeTreeData
to notify RCT about which parents now include items whose show/hide behavior has changed, and RCT will update accordingly.