Reputation: 1
I'm using MUI's DataGrid with tree data to display an itinerary structure. I want to make each itinerary name editable, including for dynamically added itineraries. How can I implement inline editing for node names within the tree data in the DataGrid? Are there any best practices or examples for making tree data cells editable in this way? Additionally, how can I ensure changes are reflected correctly within the nested structure of the grid?
In my MUI DataGrid with tree data, I want to add a 'Clone' functionality that allows users to duplicate an itinerary (including newly added ones). What would be the best way to implement a cloning feature in a tree structure within DataGrid? How can I handle nested data when duplicating nodes to ensure the cloned itinerary has the same structure and data as the original? Any examples or recommendations would be helpful.
Here is the example Demo
Upvotes: 0
Views: 12