6 comments (6 comments)0 reactions (0 reactions)1 assignee (1 assignee)JavaScript2,496 forks (2,496 forks)batch import
good first issuegrid-savestate
Repository metrics
- Stars
- 5,395 stars (5,395 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Newly added columns are not getting restored. Follow the below steps to reproduce the issue,
- Add new column (Click Add)
- save grid state in localstorage
- Change state of grid but don't save state
- Now restore grid state by clicking Restore button and this fetches settings from localstorage (working)
- However refresh the browser.
- Restore grid state from localstorage (Not working)
I have created plunker for this issue http://plnkr.co/edit/mR7lbG?p=preview
Contributor guide
- Research direction
- Examine the plunker to understand how columns are added and saved to localStorage. Trace the 'restore' function to see why newly added columns are not restored after a browser refresh. Check if the column addition is persisted in the saved state and if the restore function correctly merges or replaces the grid configuration.
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Prerequisites
- JavaScriptAngular.js