GitHub user dosubot[bot] added a comment to the discussion: Not able to add column level search filter for Table chart.
<!-- Greeting --> Hi @kalyanraobarote! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the superset team. <!-- Answer --> Column-level (per-column, in-header) search filters are not currently available in Superset's Table chart. The Table chart supports a global search box, which you can enable via the "Search box" option in the chart controls. If server-side pagination is enabled, you also get a dropdown to select a single column to filter on, but this is the extent of column-level filtering supported right now. The UI does not provide individual filter inputs for each column as seen in some other data table tools—adding that would require new feature development, not just configuration changes. This is a known limitation, not a bug or misconfiguration. For more details, see the [Table chart control panel code](https://github.com/apache/superset/blob/4718767ddbe406ffcb7a31b39f0396530df15141/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx) and [TableChart implementation](https://github.com/apache/superset/blob/4718767ddbe406ffcb7a31b39f0396530df15141/superset-frontend/plugins/plugin- chart-table/src/TableChart.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/7cbe2a75-610d-45c6-b1da-d2f3c1e1f7b9?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/7cbe2a75-610d-45c6-b1da-d2f3c1e1f7b9?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/7cbe2a75-610d-45c6-b1da-d2f3c1e1f7b9?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/7cbe2a75-610d-45c6-b1da-d2f3c1e1f7b9?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/7cbe2a75-610d-45c6-b1da-d2f3c1e1f7b9?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/7cbe2a75-610d-45c6-b1da-d2f3c1e1f7b9?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/7cbe2a75-610d-45c6-b1da-d2f3c1e1f7b9?feedback_type=other)</sup> [](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/34064) GitHub link: https://github.com/apache/superset/discussions/34064#discussioncomment-13660695 ---- 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]
