Hi again,
I want to be able to sort the table by clicking the arrows on the headings but I want to disable the auto sort on load. Right now I have tried to put "ordering": false but this removes completely the sorting functionality.
Thank you again in advance.
I say try this "order": [].
"order": []
Excellent! Thank you very much!!
Most helpful comment
I say try this
"order": [].