angular-ui/ui-grid

In RC21, uiGridEventEndCellEdit triggered after grid data updated

Open

#3.384 aberto em 29 de abr. de 2015

Ver no GitHub
 (1 comment) (0 reactions) (1 assignee)JavaScript (2.496 forks)batch import
help wantedneeds: analysis

Métricas do repositório

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

Description

So there's no way to determine if a value actually changed or not. In RC20, the event was triggered before the grid data was updated so it was possible to check the row data passed in with the event to the data that currently exists in the grid.

Guia do colaborador