so I have a table card which has 10 total columns (i.e. column 1-10). I want to give an option on my end application (where I would embed my dashboard) to user to see only selected columns dynamically in this table.
So a user can select that I don't want to see column 5 and column 8, so this table should hide those 2 columns for that user.
How can I achieve this ?