angular-ui/ui-grid
Auf GitHub ansehensaveState (in Demo) reselects incorrect rows after sorting (related to: #5663)
Open
#5.706 geöffnet am 29. Sept. 2016
good first issue
Repository-Metriken
- Stars
- (5.395 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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.