I have jquery datatable that is sorting set to off. Really what I wanted was the pagination and a couple of the other features. The issue is that now when I I do my .DataTable().row.add( [] ) the row gets added to the bottom of the table. I figured out that I can just prepend to the table, but it won't "re-draw" the table.
How would I make .DataTable().row.add( [] ) prepend instead of append the data?