Is ordering after adding a row possible?
Is ordering after adding a row possible?
I'm not sure if this is a bug or intended, but table.order() does not seem to work if your table is initialized using "ordering": false. Additionally, I do not see an API call to enable/disable ordering for the table. Which means for my scenario - where I want to add a row and re-order the table (because the new row may be in the middle), and I do not want the user to be able to order columns - the only way to accomplish this is to destroy and re-initialize the entire table. Please correct me if I am wrong.