I have tested this and the reason I asked the question is that it seems to be doing different things for different tables.
I couldn\'t find any documentation on if t
To disable sorting, so that a new row will be appended to the bottom of a table, add
"bSort": false
to (the top of) your DataTable initialization.