Will Burgess

Results 6 issues of Will Burgess

Changes in the forthcoming #893 need to be documented: - [#545](https://github.com/plotly/dash-table/issues/545) - Case insensitive filtering - New props: `filter_options` - to control case of all filters, `columns.filter_options` - to control...

Historically, each release as documented in the [CHANGELOG](https://github.com/plotly/dash-table/blob/dev/CHANGELOG.md) has a corresponding tagged release in GitHub. I have a script that relies on these specific tagged versions for code generation (e.g....

As in https://github.com/plotly/dash-table/issues/850, I think the latest `v1.13.0` should have a tagged release in GitHub. I think this tag should target 0da84df, if that looks right @Marc-Andre-Rivet I'm also happy...

This is something I implemented in a fork that never made it into `dcc.Markdown`. To paraphrase from that fork PR: > This would enable hotlinking to anchor links automatically created...

Because CSS has a top-down, one-way flow for selecting HTML elements, if the outer containers of components do not have a permanent `className` in addition to one set by the...

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...