Order example (a PHP class method)
Order example (a PHP class method)
Wakaru
Posts: 13Questions: 5Answers: 0
Could someone please provide an example of how to use order -method (http://editor.datatables.net/docs/current/php/source-class-DataTables.Database.Query.html#326). I tried these with no luck:
->order( 'ID DESC' ) ->order( $order = 'ID' ) ->order( $order = array('ID') )
Thanks!
This discussion has been closed.
Answers
->order( 'ID DESC' )
should work okay. What happens when you use it?Allan
When trying to load dt with order -method enabled, it gives invalid JSON response -error message.
What is the error message contained the the data that is returned from the Ajax call?
Allan