Order json results with Editor PHP server side library
Order json results with Editor PHP server side library
This question has an accepted answers - jump to answer
This discussion has been closed.
This question has an accepted answers - jump to answer
Answers
Is it server-side processing you are using? If so, the
order
property can be used to define the order.Allan
Thanks for the answer Allan, but what I'm looking for is to order the json with the editor's PHP Library (http://editor.datatables.net/manual/php/) , independently from datatable.js.
Thanks for the clarification. The
Editor
PHP class doesn't actually have an ordering option as I've generally assumed that the table would be ordered by the columns on the client-side.Can I ask what the use case is that this isn't an option?
Thanks,
Allan