angular-ui/ui-grid

selection api is broken when no $$hashKey is used on rows

Open

#6.860 aberto em 1 de out. de 2018

Ver no GitHub
 (1 comment) (1 reaction) (0 assignees)JavaScript (2.496 forks)batch import
grid-selectionhelp wanted

Métricas do repositório

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

Description

this issue is caused by https://github.com/angular-ui/ui-grid/commit/0e832250ca0c5899558f1e07b9f3736b667f53ce , $$hashKey is not a mandatory field, we use custom rowEquality and rowIdentity so getSelectedRows API will always return empty array

Guia do colaborador