Author Topic: Datepicker and sorting  (Read 1973 times)

queensgambit9

  • Pro Ultimate
  • Sr. Member
  • *
  • Posts: 341
    • View Profile
Datepicker and sorting
« on: February 26, 2019, 08:04:58 pm »
I have col def:

Code: [Select]
...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.


paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: Datepicker and sorting
« Reply #1 on: February 27, 2019, 12:09:55 pm »
Could you please share a jsfiddle to check the issue.