Document new filtering syntax
See original GitHub issueChanges in the forthcoming #893 need to be documented:
- #545
- Case insensitive filtering
- New props:
filter_options
- to control case of all filters,columns.filter_options
- to control filter case for each column - New operators:
i=
,ieq
,i>=
,ige
,i>
,igt
,i<=
,ile
,i<
,ilt
,i!=
,ine
,icontains
- for case-insensitive filtering,s=
,seq
,s>=
,sge
,s>
,sgt
,s<=
,sle
,s<
,slt
,s!=
,sne
,scontains
- to force case-sensitive filtering on case-insensitive columns
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
FILTER function - Microsoft Support
The FILTER function filters an array based on a Boolean (True/False) array. ... Notes: An array can be thought of as a row...
Read more >FILTER function - Google Docs Editors Help
Returns a filtered version of the source range, returning only rows or columns that meet the specified conditions. Examples Make a copy.
Read more >Array.prototype.filter() - JavaScript - MDN Web Docs
The filter() method creates a shallow copy of a portion of a given array, filtered down to just the elements from the given...
Read more >Filters - Relativity Documentation
Filters · When you create or edit a field, you can select its Filter Type. · Before defining a new search filter, click...
Read more >Filter Syntax - Seq Documentation
Seq supports a friendly and powerful syntax for filtering events based on text and structured properties. The Seq filter bar can be used...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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
Hi, has filter_options been released, and if so, is there an example on how to use it?