Superset Table Column Visibility Toggle Request #32512
Unanswered
dsridhar17
asked this question in
Q&A / Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Setup:
I'm a new Superset user working with a table chart that has 20+ columns
Superset version: 4
Deployment: Self-hosted locally
Goal:
I need a way to dynamically toggle the visibility of individual columns without requiring them to edit the chart configuration. Ideally, this would be through UI elements like:
Checkboxes
Dropdown menus
Toggle buttons
Etc
Requirements:
This should work on either dashboard views OR public links (not necessarily both)
No need for persistence/user preference storage
Performance is not a criteria as this is very small table and number of user is 2.
Questions:
Does Superset have any built-in functionality for this common use case?
If not, what are the recommended approaches for custom JavaScript solutions that can help me solve this?
Where would I implement these modifications?
Are there specific hooks or extension points I should use?
Any examples of similar implementations?
Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions