angular-ui/ui-grid

No documentation on how to update rows

Open

#3 986 ouverte le 15 juil. 2015

Voir sur GitHub
 (0 commentaires) (0 réactions) (1 assigné)JavaScript (2 496 forks)batch import
good first issueseverity: confusingtype: docs

Métriques du dépôt

Stars
 (5 395 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

As seen on a number of issues, most recently #1302, getting the grid view to refresh after programmatically updating the data is non-obvious and fraught with traps.

I have personally just been caught by the problem that @ravenscar highlights on his comment there, namely that I was keeping the hash value in the data.

At a minimum, an example with a detailed explanation would be nice to have, since the documentation (specifically example 316) doesn't quite cover it and details about update notifications are a bit lacking.

With that said, I do appreciate the job you've done, thanks for sharing it!

Guide contributeur