MudDataGrid: Added the case sensitivity when filtering string columns#5320
Merged
just-the-benno merged 1 commit intoMudBlazor:devfrom Sep 27, 2022
Merged
Conversation
Codecov ReportBase: 91.37% // Head: 91.38% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev #5320 +/- ##
=======================================
Coverage 91.37% 91.38%
=======================================
Files 372 372
Lines 14778 14805 +27
=======================================
+ Hits 13503 13529 +26
- Misses 1275 1276 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
6 tasks
Contributor
|
@tjscience can you have a look at this PR? |
Contributor
|
@nicoarm93, this is a good idea and thank you for implementing it. I originally thought that it might be useful to have this parameter on Column as well for more granular control, but I think that it is overkill. @just-the-benno, this one is good to go. |
Contributor
|
Thank you, both of you |
Closed
2 tasks
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This pull request add the possibility to define the case sensitivity when filtering string values. I have added the parameter FilterCaseSensitivity to the MudDataGrid to do so. The default behavior is not changed.
How Has This Been Tested?
It is been tested updating existing unit tests and visually.
Types of changes
Checklist:
dev).