GitHub user dosubot[bot] added a comment to the discussion: can i use datatable 
in my superset pivot plugin to return the table

<!-- Answer -->
Superset’s pivot table plugin does not natively support integrating external 
datatable libraries (like DataTables.js) or column-level filtering features. 
The plugin uses React and the `react-pivottable` package for rendering tables, 
and its TableRenderer component is the main place where table cells are 
rendered. While you could theoretically replace or wrap the table rendering 
logic to use a React-based datatable library that supports column filtering, 
integrating a jQuery-based library like DataTables.js would be non-trivial due 
to React’s rendering model. Customizing the TableRenderer or swapping in a 
React datatable (such as react-table) would be the most practical approach for 
adding column filtering to the pivot table plugin. Recent changes have focused 
on HTML rendering in cells, not on datatable integration or filtering features 
[source](https://github.com/apache/superset/pull/34351).


<!-- 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/11a449d8-9c10-4b0b-9528-bf0c8b18355c?feedback_type=great_response)
 | 
[Irrelevant](https://app.dosu.dev/response-feedback/11a449d8-9c10-4b0b-9528-bf0c8b18355c?feedback_type=irrelevant_answer)
 | 
[Incorrect](https://app.dosu.dev/response-feedback/11a449d8-9c10-4b0b-9528-bf0c8b18355c?feedback_type=incorrect_sources)
 | 
[Verbose](https://app.dosu.dev/response-feedback/11a449d8-9c10-4b0b-9528-bf0c8b18355c?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/11a449d8-9c10-4b0b-9528-bf0c8b18355c?feedback_type=hallucination)
 | [Report 
🐛](https://app.dosu.dev/response-feedback/11a449d8-9c10-4b0b-9528-bf0c8b18355c?feedback_type=bug_report)
 | 
[Other](https://app.dosu.dev/response-feedback/11a449d8-9c10-4b0b-9528-bf0c8b18355c?feedback_type=other)</sup>&nbsp;&nbsp;[![Chat
 with 
Dosu](https://dosu.dev/dosu-chat-badge.svg)](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)&
 nbsp;[![Join 
Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Share
 on 
X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/34819)

GitHub link: 
https://github.com/apache/superset/discussions/34819#discussioncomment-14189324

----
This is an automatically sent email for notifications@superset.apache.org.
To unsubscribe, please send an email to: 
notifications-unsubscr...@superset.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to