I am currently working with a PrimeNG Data table that includes several columns. One of the columns is a date column with the format 'DD MMM YYYY, hh:mm'. I am facing an issue with sorting this column by date without altering the date format. It appears that the column is currently sorting based on its string value, which is causing incorrect sorting results.
Are there any workarounds or solutions to resolve this issue?
Thank you.