angular-ui/ui-grid

Moved column is returned to previous position during filtering after restoring state

Open

#5,375 创建于 2016年5月4日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)JavaScript (2,496 fork)batch import
help wanted

仓库指标

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

描述

It's an bug of Save and restore state feature.

You can reproduce that on your tutorial ( http://ui-grid.info/docs/#/tutorial/208_save_state ).

Steps: 0. open http://ui-grid.info/docs/#/tutorial/208_save_state

  1. save state.
  2. move any column.
  3. restore state. (column return to it's saved place)
  4. write something to any column filter. Bug: moved column return to previous position.

贡献者指南