BlazorTable
BlazorTable copied to clipboard
DateTime filter
Has it been considered to Change/add the option to filter on DateTime rather than just date?
DateFilter.Razor uses
<input type="date" class="form-control form-control-sm" @bind-value="FilterValue" />
Perhaps either having a DateTimeFilter.Razor or making an option to make the above use
<input type="datetime-local" class="form-control form-control-sm" @bind-value="FilterValue" />
Thank you for the suggestion.
I will look to add this in the next release.