GitHub user dosubot[bot] added a comment to the discussion: Dynamic Table
<!-- Greeting --> Hi @vibhu22oct! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the superset team. <!-- Answer --> Yes, Superset supports dynamic tables and charts where users can choose which columns to display. In the Table chart, you can use the "Columns" control (called `all_columns`) in the chart's control panel to select any combination of columns from your datasource. This is a multi-select dropdown, so you can pick, for example, productid, product name, Sales, or Profit, and the table will update to show only those columns you selected. No custom code is needed—this is built into the Table visualization UI. You can also further customize columns using the "Customize columns" (`column_config`) option for formatting and display tweaks. The Pivot Table chart offers similar dynamic selection for columns and metrics via its control panel as well. [See implementation details here.](https://github.com/apache/superset/blob/master/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx) <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/7e13ad17-c1dc-4666-9928-103aee4db59f?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/7e13ad17-c1dc-4666-9928-103aee4db59f?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/7e13ad17-c1dc-4666-9928-103aee4db59f?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/7e13ad17-c1dc-4666-9928-103aee4db59f?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/7e13ad17-c1dc-4666-9928-103aee4db59f?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/7e13ad17-c1dc-4666-9928-103aee4db59f?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/7e13ad17-c1dc-4666-9928-103aee4db59f?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)& nbsp;[](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/35531) GitHub link: https://github.com/apache/superset/discussions/35531#discussioncomment-14607531 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
