newdevs:code:save-grid-settings
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
newdevs:code:save-grid-settings [2025/06/12 13:23] – tmccanna | newdevs:code:save-grid-settings [2025/06/12 13:31] (current) – [Determine the Setting Name] tmccanna | ||
---|---|---|---|
Line 7: | Line 7: | ||
===== Make the Save Grid Settings Option Visible ===== | ===== Make the Save Grid Settings Option Visible ===== | ||
- | If the Save Grid Settings option doesn' | + | If the Save Grid Settings option doesn' |
- | <eg-grid #grid idlClass=" | + | < |
- | [sortable]="true"> | + | <eg-grid #partsGrid |
+ | | ||
+ | | ||
+ | class=" | ||
+ | </code> | ||
===== Determine the Setting Name ===== | ===== Determine the Setting Name ===== | ||
- | An easy way to determine what the missing | + | As above, you can identify the persistKey in the code to determine what the name of the new setting should be. |
- | Error saving columns: No user or workstation setting type exists for: " | + | You can also tell via the browser console. The error you see when clicking on Save Grid Settings should should say something like: |
+ | < | ||
+ | Error saving columns: No user or workstation setting type | ||
+ | exists for: " | ||
+ | </ | ||
newdevs/code/save-grid-settings.1749748999.txt.gz · Last modified: 2025/06/12 13:23 by tmccanna