angular-ui/ui-grid

saveState (in Demo) reselects incorrect rows after sorting (related to: #5663)

クローズ

#5,706 opened on 2016/09/29

 (1 件のコメント) (1 件のリアクション) (0 人の担当者)JavaScript (2,496 件のフォーク)batch import
good first issue

Repository metrics

Stars
 (5,395 個のスター)
PR merge metrics
 (PR metrics pending)

説明

To reproduce:

  1. go: http://ui-grid.info/docs/#/tutorial/208_save_state
  2. select first three rows
  3. click Save
  4. sort on first column
  5. 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.

コントリビューターガイド