Persist toggled Columns over Logins

Hello. Is there a way to persist toggled columns over logins? For example: When you toggle columns off on a big table and logout and in again the session gets cleaned and the settings are deleted. Is there a way to persist this behaviour?
2 Replies
awcodes
awcodes5mo ago
Filters might be macroable, don’t remember off the top of my head. If they are you can make a new method to persist the filters in local storage instead of the session. Then override the readout to get them from there.
igorclauss
igorclauss5mo ago
I will start and continue from this point. Thank you very much for the advice.