plotly / dash-table

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
420 stars 74 forks source link

Document new filtering syntax #900

Open wbrgss opened 3 years ago

wbrgss commented 3 years ago

Changes in the forthcoming #893 need to be documented:

wbrgss commented 3 years ago

A good place for the new documentation would be https://dash.plotly.com/datatable/filtering

hamogli commented 3 years ago

Hi! this is awesome! have you uploaded a new version of dash data table with this new functionality? thanks in advance

wbrgss commented 3 years ago

@hamogli This new feature will be included in an umbrella dash release in the coming weeks; we will update https://github.com/plotly/dash-table/issues/545 once it is out and make an announcement on the Dash community forum

firmai commented 3 years ago

Hi, has filter_options been released, and if so, is there an example on how to use it?

wolfgangcolsman commented 2 years ago

I am using filter_action='custom' with a backend that does not support case-insensitive filtering. How can I remove the Toggle control?

wolfgangcolsman commented 2 years ago

Solution: .dash-filter--case { display: none !important; }

fletch29 commented 1 year ago

Bump. The Dash Python > Dash DataTable > Filtering Syntax page (https://dash.plotly.com/datatable/filtering) still seems to lack documentation of the new icontains/scontains options.

Should we move this over to https://github.com/plotly/dash-docs/issues?