Having trouble with the datatable again I have sorted data by Due Date before uploading the table as follows:
As you can see, it should sort by due date in ascending order. If i print out the text from the sorted due date search it shows the expected results (dates in ascending order):
However when i look at the table output, it isnt in any order:
It seems that however you feed the datatable, it is sorting things alphabetically by the first displayed column, which doesnt make any sense! it’s better not to sort and allow the user to do the sorting prior to feeding the datatable.
Am i missing something? Would love to be able to solve this and prevent customers from resorting the table every time they load the page!
Thanks,
Daniel