Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.6k
How to setup a date range filter on a DateTime column in MudDataGrid#12164
Unanswered
RJSouthern asked this question inQ&A
-
I am using the built-in filters on columns in a MudDataGrid component. I noticed the filter for a DateTime column does not contain a 'between' option. I would like to have a date range filter. Is this possible with the built-in filters or would I need to implement a custom filter? |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment 1 reply
-
You can do it with adding another filter for the same field... |
BetaWas this translation helpful?Give feedback.
All reactions
1 reply
-
Thanks! I like that. I'm still learning the ins & outs with MudBlazor. |
BetaWas this translation helpful?Give feedback.
All reactions
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
