I am using PrimeNG Data table, table has multiple columns, one of them is date column with date format like 'DD MMM YYYY, hh:mm' How can I sort by date a column without changing date format? I assume it sorts by its string value because it doesn't sort correctly,
Is there any workaround or fix for this issue?
Thanks