angular-ui/ui-grid

Removing a row when all are expanded, everything will collapse leaving the button as "-" (expanded)

Open

#6.032 aberto em 21 de fev. de 2017

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (2.496 forks)batch import
good first issue

Métricas do repositório

Stars
 (5.395 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

I have a grid with 2 levels with expandable options and delete rows for the first level grid. After delete any row, the data is reloaded, its ok if everything is collapsed, the issue is : the button is showing "-" instead of "+" Steps:

  1. Expand all rows image
  2. Delete 1 row image
  3. The grid is reloaded and the button is "-" image

Plunker: http://plnkr.co/edit/TJFaWv2KERcEZghz6scj?p=preview

Guia do colaborador