Ann Marie Ward
Ann Marie Ward
The ID is used to identify components in a callback and is required to be unique across all of the components in an app. If you have any more questions...
Hi @jfogel I see the warning message you are referring to, but the date selection still works. See the minimal example below. You may also use dcc.DatePickerRange to select to-from...
Here is a MWE based on the "Backend Paging With Sorting" example from the [docs](https://dash.plotly.com/datatable/callbacks). It just has `row_selectable='multi'` added to the table definition. Also, #924 has a good MWE...
@alexcjohnson is this still on the radar? The `highlight_config` still has no effect In the meantime, I figured out a workaround: https://community.plotly.com/t/how-to-change-the-theme-of-code-highlights-in-dcc-markdown/58004
I think this is a great solution. How about a similar prop for `ui_className`? Perhaps this could be included with this PR: https://github.com/plotly/dash-table/pull/799
I was thinking it might work the same way as in PR #799, but instead of creating the two new props `export_text` and `export_className`, these could be included in the...
I was incorrect. This is not the same issue as # 835, but it does appear to be the same issue as #432. This is also discussed in the documentation...
Edit: I previously posted that this was the same issue as # 833, but it is not. I was able to narrow down the issue: It seems that the distorted...
I agree that the the fixed_column is causing the bug. I was just trying to narrow the scope to make it easier to fix. I could not reproduce the problem...
Actually, it appears that the DatePickerRange is correct. The default for the `clearable` prop is False. When True, it clears the dates as expected. However, in DatePickerSingle it's possible to...