angular-ui/ui-grid

Erroneous row.entity

Open

#4 522 ouverte le 15 oct. 2015

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)JavaScript (2 496 forks)batch import
help wantedneeds: analysis

Métriques du dépôt

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

Description

Hi I in my grid I want to make a link reference (for each row) to other page, the link is build of row.entity data of the grid (so it's different and unique for each row), the problem is when I have scroll implemented (by default) for some rows (when scrolling down) then row.entity is not the same as the row it supposed to be, but when I display the hall data (by invoking function that gets the data.length and auto-resize ui-grid) each row.entity is the same as it must be in the grid. Is it a bug or I need to change something in the gridOptions? Thanks.

Guide contributeur