PrimeNG.TableFilter
PrimeNG.TableFilter copied to clipboard
Feature request: implement comparism for Nullable DateTimes and extended methods
Hello again, thank you for this plugin and the great support for the last feature!
It would be great to have some new features for filtering ranges of dates in the upcoming version:
-
support comparism on Nullable DateTimes (
Nullable< DateTime >
) (this will throw currentlySystem.ArgumentException : Expression of type 'System.Nullable[System.DateTime]' cannot be used for parameter of type 'System.Object' of method 'Boolean Equals(System.Object)'
-
DateTime filtering for lower than (<), lower than equals (<=), greater than (>) and greater than equals (>=)