Initialisation weird column sorting behaviour

Initialisation weird column sorting behaviour

polrobertpolrobert Posts: 7Questions: 2Answers: 0
edited August 2014 in Free community support

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:

http://jsfiddle.net/zvL6pxz3/

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 ?

Answers

  • polrobertpolrobert Posts: 7Questions: 2Answers: 0

    I realised what was causing the problem: setting the ColumnDefs parameter twice. Works now.

This discussion has been closed.