angular-ui/ui-grid

Added columns not getting restored.

Open

#3.476 geöffnet am 11. Mai 2015

Auf GitHub ansehen
 (6 Kommentare) (0 Reaktionen) (1 zugewiesene Person)JavaScript (2.496 Forks)batch import
good first issuegrid-savestate

Repository-Metriken

Stars
 (5.395 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide