Columns selection per user

Hey everyone,
I have a table component that presents columns from a query.
a lot of users are using this table - some need specific columns, and some need others. I'm currently presenting all columns for everyone, but I was wondering if there's a way to allow each user to select which columns he wants to see and which don't? (but make the selection persistent)

Thank you!

Hello @Yael_Cohen!

I think you should be able to follow along one of the paths described here:

To get the settings to persist between sessions you'd likely need to store the selections as a user attribute somewhere.

2 Likes

thank you!