BlazorTable icon indicating copy to clipboard operation
BlazorTable copied to clipboard

DateTime filter

Open jonbdk opened this issue 5 years ago • 1 comments

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" />

jonbdk avatar Jun 05 '20 10:06 jonbdk

Thank you for the suggestion.

I will look to add this in the next release.

IvanJosipovic avatar Jun 05 '20 15:06 IvanJosipovic