question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Document new filtering syntax

See original GitHub issue

Changes 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:open
  • Created 2 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
wbrgsscommented, May 18, 2021

@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

1reaction
firmaicommented, Jun 23, 2021

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

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found