angular-ui/ui-grid

Added columns not getting restored.

Open

#3,476 创建于 2015年5月11日

在 GitHub 查看
 (6 评论) (0 反应) (1 负责人)JavaScript (2,496 fork)batch import
good first issuegrid-savestate

仓库指标

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

描述

Newly added columns are not getting restored. Follow the below steps to reproduce the issue,

  1. Add new column (Click Add)
  2. save grid state in localstorage
  3. Change state of grid but don't save state
  4. Now restore grid state by clicking Restore button and this fetches settings from localstorage (working)
  5. However refresh the browser.
  6. Restore grid state from localstorage (Not working)

I have created plunker for this issue http://plnkr.co/edit/mR7lbG?p=preview

贡献者指南