madmax983 / Lightning-Data-Grid

A data grid for Lightning Component Framework
MIT License
25 stars 13 forks source link

handleChildToggle doesn't respect child Expanded Rows #13

Closed madmax983 closed 7 years ago

madmax983 commented 7 years ago

When handleChildToggle gets called and splices in children for rendering, it doesn't respect previously expanded child rows.

madmax983 commented 7 years ago

For now, the expected behavior will be that when a parent row is unexpanded, all children rows will have be set to not be expanded as well.