Datatable ExcelFilter and date

Hi All,

I’ve an issue with the new ExcelFilter on the datatable. I’m not able to select the date with a filter like equal or greater… Uou can find a reproduction here: https://snippet.webix.com/mghx4gxy. Is there something wrong with my code?

Thanks,
Martin

Hello @zevenbergm,

Is there something wrong with my code?

Please note that the field should contain a Date object, and not a string (the comparison function does not handle strings in this case): https://snippet.webix.com/hc7xng2w.