Save Per User Table Preferences

Hey, so I have a few users using my retool app and everyone has different preferences about how to configure stuff. It would be cool if you could save the state of the app (which buttons selected and not the order of the columns the size of the columns the filters set etc.) on a user level.

Hey @lys123 - I usually use local storage for these types of user-specific settings. Check out the screenshot. It won't work for column size (because column size cannot be set programmatically), but it it will work for the selected buttons & filters.