Hi Philip,
without additional code hard to find out. Could you share your code - esp. where the jq.RunCommand is defined?
I have tried another way using WebSocket and the Eval Method (in index.html datatable statement taken out in the script section), like
Dim dtu As String
dtu = "$(""#table1"").dataTable( {""bProcessing"":""True"",""bPaginate"":""False"", ""aaSorting"": []," & data & "} );"
ws.Eval(dtu, Null)
ws.Flush
with the same result = Order of the records as set by the Select command and NOT by the datatable. To note again, that data is string generated by the JSONgenerator (as in the first example)
Please find attached simple example.