angular-ui/ui-grid

Selection API appears to keep select Count when data changes

Fechada

#5.290 aberto em 6 de abr. de 2016

 (0 comentário) (0 reação) (0 responsável)JavaScript (2.496 forks)batch import
help wanted

Métricas do repositório

Stars
 (5.395 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

I have a grid that can be manipulated with actions. When an action is made, it asks to refresh the grid and the data gets rewrited. But the selection count keeps the same. E.g.:

1- Have a grid. 2- Select a row. 3- Make an action on the row. 4- Refresh the grid. the row disappears because business rules. 5- Select another row. The count is 2

Guia do colaborador