mlms13 / FancyTable

A table that is fancy.
MIT License
5 stars 2 forks source link

Expanding a row also expands that row's children #13

Closed mlms13 closed 8 years ago

mlms13 commented 8 years ago

Imagine you have rows 0-8. You create a fold at row 0 with the following 5 rows. Then you create a fold at row 1 with 3 following rows. Rows 2, 3, and 4 are now children of both row 0 and row 1. Really, when a row gets becomes the child of a deeper-nested row, it should stop being a child of its previous parent, otherwise expanding 0 also expands all of the rows that are now nested under 1.