dash-docs icon indicating copy to clipboard operation
dash-docs copied to clipboard

:book: ISSUE TRACKER ONLY for The Official Dash Userguide & Documentation https://dash.plotly.com/

Results 109 dash-docs issues
Sort by recently updated
recently updated
newest added

> Any chance I can display a row with overflow settings to wrap but --> include a maxHeight of an individual cell. (So that it overflows up to a point...)...

The PR https://github.com/plotly/dash/pull/2730 will introduce the possibility to use javascript modules for clientside functions. To be loaded as module the file in the asset folder need to end with `.mjs`....

The data reading is broken in the example given in https://dash.plotly.com/julia/layout. I had to change ```julia using Dash using DataFrames, UrlDownload df3 = DataFrame(urldownload("https://raw.githubusercontent.com/plotly/datasets/master/2011_us_ag_exports.csv")) function generate_table(dataframe, max_rows = 10) html_table([...

The sample code here:https://dash.plotly.com/holoviews#mapbox-datashader-and-linked-selections is incorrect And most code snippets have the wrong formats.

[Edit, I see now that this repo is 'issues only'] ~I was going to update [this table](https://dash.plotly.com/testing#browser-apis) with `wait_for_no_elements`, among other things, but it looks like this is no longer...

There are some cool workarounds you can do with `html.Datalist` & `dcc.Input` vs `dcc.Dropdown`, like custom dropdown items. Would be good to cross-link these examples from the `dcc.Dropdown` & `dcc.Input`...

The page [Editable DataTable](https://dash.plotly.com/datatable/editable) already is close to this proposal which logically might make even more sense as a sample app. Anyway, I added my thoughts as comments.

Add a note explaining CSS specificity and the best way to override Dash-included CSS (e.g. from DCC). I think the best recommendation we could give is suggest users create a...