Hi,
I have a table and rows in it, and they can have child-parent relations with each other based on a column value. And I am hiding (by trimming them) these children by clicking custom rendered -/+ icons at parent row’s specific column.
Let’s say, I want to delete row index 5, and this row has 2 children rows which are trimmed. I need to delete those two rows as well.
I am having 2 difficulties about it.
- I can’t delete trimmed rows. How can I do that?
- When I press undo (ctrl+z) the table is going crazy. How can I solve that?
Best wishes,
Y.