GitHub user dosubot[bot] added a comment to the discussion: When I click on menu button of any chart then click on drill to details. i can see the detail table but not able to download that table.
<!-- Answer --> Currently, Superset does not support downloading or exporting the detail table directly from the "drill to details" modal. The only available option is to use the "Copy to Clipboard" button, which lets you copy the visible table data and then paste it elsewhere (like Excel) [see code reference](https://github.com/apache/superset/blob/4718767ddbe406ffcb7a31b39f0396530df15141/superset-frontend/src/explore/components/DataTablesPane/components/DataTableControls.tsx). The "canDownload" property only controls whether this copy button is shown—it does not enable CSV or file export in the drill-to-details view [details](https://github.com/apache/superset/blob/4718767ddbe406ffcb7a31b39f0396530df15141/superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx). If you need to export data, you can try copying the table contents or, if possible, export from the main chart/table where download options (like CSV) are available. There are no built-in workarounds or alternative export methods for the drill-to-details modal at this time. Implementing a download feature would require code changes in the frontend components responsible for this modal. <!-- 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/1ad711fa-8e0a-4f76-967b-978a741a739c?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/1ad711fa-8e0a-4f76-967b-978a741a739c?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/1ad711fa-8e0a-4f76-967b-978a741a739c?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/1ad711fa-8e0a-4f76-967b-978a741a739c?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/1ad711fa-8e0a-4f76-967b-978a741a739c?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/1ad711fa-8e0a-4f76-967b-978a741a739c?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/1ad711fa-8e0a-4f76-967b-978a741a739c?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/34065) GitHub link: https://github.com/apache/superset/discussions/34065#discussioncomment-13660883 ---- 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]
