This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Closed
Conversation
3eb59a3 to
b15de46
Compare
b15de46 to
7a12196
Compare
7a12196 to
1d46e06
Compare
1d46e06 to
9fe1ffb
Compare
dmt0
commented
Oct 7, 2019
| * string is represented in this `filter_query` | ||
| * property. | ||
| */ | ||
| filter_query: PropTypes.string, |
Contributor
Author
There was a problem hiding this comment.
Moved it after filter_action, because it depends on it
Contributor
Author
|
Ha! fontawesome's case icon is only available in pro: |
1732a03 to
5c9fa95
Compare
5c9fa95 to
b09272f
Compare
b09272f to
2372f39
Compare
Contributor
Author
dmt0
commented
Oct 9, 2019
| className={'dash-filter--case ' + filterCaseClass} | ||
| onClick={setColumnCase} | ||
| value='Aa' | ||
| /> |
Contributor
Author
There was a problem hiding this comment.
Had to make this an input type button, because there was no other way to make this thing have cursor: pointer, it would still be text from input below it. Setting z-index did nothing.
466b6e3 to
8fa2125
Compare
5a22eba to
901dc63
Compare
3257b22 to
a24028b
Compare
Contributor
Author
|
Ready for review. |
|
Any update on the status of this? The case sensitive filter is somewhat annoying. |
This was referenced Apr 26, 2021
Contributor
|
Superseded by #893 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Closes #545
Implements case-insensitive filtering.
TODO: