I have col def:
...dataType: 'date', format: 'yy-mm-dd hh:mm:ss', formatRaw: 'yy-mm-dd hh:mm:ss', filter: { format: 'yy-mm-dd' }...
having an issue when applying a filter and then sort the column I get for example: "2019-02-20 hh:02:ss" inserted into datepicker textfield...date is correct but how can I get rid of the time?
If you do not sort after filtering the column it works fine.