This repository was archived by the owner on Jun 3, 2024. It is now read-only.
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
Official download component #216
Closed
Description
There are a few ways that you can download content with Dash:
- href URI links: https://community.plot.ly/t/download-raw-data/4700/21
- Static URLs with URL parameters: https://community.plot.ly/t/allowing-users-to-download-csv-on-click/5550/12
The former apparently doesn't work in IE11 (plotly/dash-recipes#11) and the latter is a little bit out of the Dash framework (URL parameters instead of just inputs).
So, maybe there is a case for a proper download component.