Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I want to use the search input, in the toolbar to filter grid rows that contain dates and/or parts of dates.
eg : I want to be able to enter a part of a date, '07' or '1992' and have this filter to all rows containing this text.
Dates columns often have a format, and it probably should match the dates according to the format. eg: given format="yyyy-MM-dd" the search input 1992-07 should match all dates in 1992, July, but search input 07-1992 would not match any dates.
I need this for grids that are working with local JSON data sources. Extending this to server side searches would be great, but probably difficult