angular-ui/ui-grid

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

Fermée

#6 860 ouverte le 1 oct. 2018

 (1 commentaire) (1 réaction) (0 personne assignée)JavaScript (2 496 forks)batch import
grid-selectionhelp wanted

Métriques du dépôt

Stars
 (5 395 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur