Problems with sorting

Problems with sorting

larsltbblarsltbb Posts: 2Questions: 0Answers: 0
edited May 2013 in DataTables 1.9
Hi

I have problems with my colum sorting. Can you figure out whats wrong?

http://debug.datatables.net/urupaw

Replies

  • allanallan Posts: 63,389Questions: 1Answers: 10,449 Site admin
    You are using server-side processing, so whatever sorting is to be done is done by the server. Your `process.php` script specifically, not by DataTables.

    Allan
  • larsltbblarsltbb Posts: 2Questions: 0Answers: 0
    Perfect that did the job :-)
This discussion has been closed.