p-table: "Date is after" filter does not exclude selected date #14589
Labels
Resolution: Stale
Issue or pull request is inactivity and unfortunately it will be *closed* if there is no response
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Describe the bug
When using a component with filtering, when selecting "Date After" and choosing a date, that date remains in the table, despite the fact it should only show dates after that date.
This can be seen even in the PrimeNG documentation example. In this case, "Date Is After" "09/12/2015" should not include that date in the result list, but it remains.
You have to select "Date is After" "09/13/2015" (the day after) if you actually want to exclude "09/12/2015".
Environment
PrimeNG 17.3.3
Angular 17.0.9
Reproducer
Can be reproduced on PrimeNG's documentation page for Table
Angular version
17.0.9
PrimeNG version
17.3.3
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.11.0
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
The date selected in the date field should not be included in the result set, as it is not "after" itself.
The text was updated successfully, but these errors were encountered: