Initialisation weird column sorting behaviour
Initialisation weird column sorting behaviour
polrobert
Posts: 7Questions: 2Answers: 0
I have a table with one column with date/time format as: 'dd/mm/yy hh:mm:ss'. I'm using 'date-euro.js' to format this column. This is the initialisation code for the table:
The problem I have is that whenever I do this, the respective column does not sort properly. However, if I remove everything below "orderCellsTop: true", the column sorts properly. Why could this be ?
This discussion has been closed.
Answers
I realised what was causing the problem: setting the ColumnDefs parameter twice. Works now.