-
Pagination DataTable as in example https://dash.plotly.com/datatable/callbacks don't work with plotly_direct tag
-
Hi! Thanks for this tool!
One current 'limitation' of Dash is that it cannot run on Github Pages (most users use Herokuapp).
Could this enable running plotly-dash with Github Pages?
Cheers
-
Hi! When I set `serve_locally=False` in my dash app that relies on dash-extensions, it fails with `Cannot find package dash_extensions@1.0.14` when trying to fetch https://unpkg.com/dash_extensions@1.…
-
I followed the steps in https://github.com/plotly/dash/blob/dev/CONTRIBUTING.md
(dev) PS D:\ghprj\dash> **npm run build**
> build
> run-s private::build.*
> private::build.components
> py…
-
**Is your feature request related to a problem? Please describe.**
As discussed in https://community.plotly.com/t/how-to-get-current-active-shape/42235 and https://stackoverflow.com/questions/7616335…
-
When creating a table figure that does not have enough rows to be scrollable it appears you simply make the scrollbar invisible without deactivating it. Because of the short amount of rows in these ty…
-
**Describe the Feature**
My use case is that I have a very simple custom type which stores a value in a standardised way ("aaabbbccc"), but displays the value in a prettier way ("aaa bbb ccc").
Th…
-
Thank you so much for helping improve the quality of Dash!
We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through.
**Describe your…
-
### Is your proposal related to a problem?
The dash datatable supports to select and highlight a cell. However, deselecting an active cell is not possible, as clicking on an already active cell is …
-
Dash 2.0 introduced a new decorator `@callback`
This appears to be ignored by the current implementation of `django-plotly-dash` and we should investigate and then (if possible) support this form o…