Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

filtering syntax documentation #407

Closed
letianzj opened this issue Apr 8, 2019 · 2 comments
Closed

filtering syntax documentation #407

letianzj opened this issue Apr 8, 2019 · 2 comments
Labels

Comments

@letianzj
Copy link

letianzj commented Apr 8, 2019

Is there a documentation for data-table filtering. For example, how to filter rows containing (or not containing) a substring? Thanks.

So far I found from dash user guide are
-- Enter eq "Asia" in the "continent" column
-- Enter > num(5000) in the "gdpPercap" column
-- Enter < num(80) in the lifeExp column

@Marc-Andre-Rivet
Copy link
Contributor

Marc-Andre-Rivet commented Apr 8, 2019

@letianzj Thanks for the question. The feature is being reworked in depth and part of that work will include better documentation for filtering. You can follow the progress in this PR

how to filter rows containing (or not containing) a substring

There's currently no syntax for contains but it is something we want to add sooner than later.
Cross-linking with #169 for reference.

@letianzj
Copy link
Author

letianzj commented Apr 9, 2019

Thanks @Marc-Andre-Rivet Looking forward to more filtering functions and docs.

@letianzj letianzj closed this as completed Apr 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants