-
-
Notifications
You must be signed in to change notification settings - Fork 94
-
Can I delete selected item by Keyboard Bindings?
Beta Was this translation helpful? Give feedback.
All reactions
No, the lifecycle of items, such as item deletion, is not handled by rct, but you can do that yourself from the outside, e.g. by providing your data in a custom data provider and notifying subscribers with onChangeItemChildren
that an item was removed on parents, or by using an ControlledTreeEnvironment
and managing the complete item state yourself.
Replies: 1 comment
-
No, the lifecycle of items, such as item deletion, is not handled by rct, but you can do that yourself from the outside, e.g. by providing your data in a custom data provider and notifying subscribers with onChangeItemChildren
that an item was removed on parents, or by using an ControlledTreeEnvironment
and managing the complete item state yourself.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1