<e-column
field="start_date"
headerText="Start Date"
type="date"
format="MM/dd/yyyy"
>
</e-column>
Data Source :
start_date="2023-03-15"
Here, start_date column is of type 'date' but when opening filter popup getting error saying -
" Uncaught (in promise) TypeError: value.getDate is not a function syncfusion ".
What I need to perform is date filters for such data. How to do that?