angular-ui/ui-grid

Erroneous row.entity

Open

#4,522 创建于 2015年10月15日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)JavaScript (2,496 fork)batch import
help wantedneeds: analysis

仓库指标

Star
 (5,395 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南