angular-ui/ui-grid

When column sorting at the top grid, any open sub-sub-grid is retracted

Open

#5,566 opened on Jul 19, 2016

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (2,496 forks)batch import
help wanted

Repository metrics

Stars
 (5,395 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I created a third-level-grid with the expandable option at each level. Steps to reproduce: -open some third-level-rows -click any column at the first-level to sort it.

Issue: The third-level-rows are retracted (closed) when the column sort takes place, but the sub-grid is not

Plunkr with my code-> http://plnkr.co/edit/F2qZZOR9T6GJ6N8QtuoI?p=preview Screencast to reproduce to see the issue-> http://screencast.com/t/M78pOOb7d2M

Contributor guide