Hello,
I have a datatable with the following definition:
"columns"=>array(
"record_date"=>array(
"label"=>"Created",
"type"=>"datetime",
"format"=>"Y-m-d H:i:s",
"displayFormat"=>"m/d/Y G:iA"
On display, when I click for sorting, it sorts incorrectly, like this.
The date of 09/12/2019 should be at the top.
Can you please help me in solving this?
Thanks in advance!