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

Improve by-column filtering UI by allowing value without operator #277

Closed
Marc-Andre-Rivet opened this issue Dec 4, 2018 · 5 comments
Closed
Labels
dash-type-enhancement New feature or request

Comments

@Marc-Andre-Rivet
Copy link
Contributor

It's currently impossible to filter by-column without adding an operator making the UI harder to use.

Support the case without operator as implicitly equivalent to "equal".

Linked to:
#169 (comment)
#263

Not sure where this fits in with the greater rework we want to do with filtering #169 but since that will take significant effort and the issue here is a low hanging fruit for many scenarios, I think this makes a lot of sense.

This ties in to the data types epic too #166 as filters are currently pure strings and unaware of numeric vs. string data types.

@JeroneGagliano
Copy link

Any update on expected timeframe for this?

Reiterating that this would be a huge improvement to usability as users understand and expect to be able to quickly filter their table of results or data. I have already commented on issue #169 and chriddyp replied that the plan is to pull the code from "Filter Rows" in Dash Table Experiments into DashTable.

Thank you for your efforts on this.

@Marc-Andre-Rivet
Copy link
Contributor Author

@JeroneGagliano This is part of the filtering rework happening right now in #397 and is one of the highest priority items we have outstanding in Dash. The feature is in a fairly advance state and I'd expect it to be completed within the next two weeks and to be released before the end of April.

@JeroneGagliano
Copy link

JeroneGagliano commented Apr 1, 2019 via email

@JeroneGagliano
Copy link

JeroneGagliano commented Apr 2, 2019 via email

@Marc-Andre-Rivet
Copy link
Contributor Author

Fixed by:
#397
#410

Allows short form without column id and provides default operator based on chosen column type.

First available in dash==0.43.0
https://github.com/plotly/dash-table/blob/master/CHANGELOG.md#370---2019-05-15

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dash-type-enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants