angular-ui/ui-grid
saveState (in Demo) reselects incorrect rows after sorting (related to: #5663)
已關閉
#5,706 建立於 2016年9月29日
good first issue
倉庫指標
- 星標
- (5,395 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
To reproduce:
- go: http://ui-grid.info/docs/#/tutorial/208_save_state
- select first three rows
- click Save
- sort on first column
- click Restore
Result: the incorrect three rows are selected.
Observation: as noted in #5663, suspect the use of row indexes is the cause of this issue.
Further: With external pagination, selection or sorting this issue is compounded.