You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addressing issues #347#360#359#357, I found that it was much more performant to update the 'hidden' property of CODAP attributes when a variable is checked/unchecked, so that the data table columns are not being rebuilt every time. This also cleans up the wrapper code and preserves the order of the columns, mapping them to the order of the checkboxes. Consulting with @samreid, it looks like this is a solid approach and will also improve our wrapper performance.
Note: This will also fix the 'Save a Copy' issue in #359.
The text was updated successfully, but these errors were encountered:
matthew-blackman
changed the title
Use the CODAP 'hidden' property to manage visibility of attribute columns
[CODAP] Use the CODAP 'hidden' property to manage visibility of attribute columns
Jan 15, 2025
In addressing issues #347 #360 #359 #357, I found that it was much more performant to update the 'hidden' property of CODAP attributes when a variable is checked/unchecked, so that the data table columns are not being rebuilt every time. This also cleans up the wrapper code and preserves the order of the columns, mapping them to the order of the checkboxes. Consulting with @samreid, it looks like this is a solid approach and will also improve our wrapper performance.
Note: This will also fix the 'Save a Copy' issue in #359.
The text was updated successfully, but these errors were encountered: