Server side to get the state parameters

Server side to get the state parameters

derekwangderekwang Posts: 4Questions: 0Answers: 0
edited May 2012 in DataTables 1.9
Hi:
Is there anybody know how to retrieve the parameters like sSearch_0, sSearch_1 etc. in the fnStateLoadPrams callback function?
Thanks

Replies

  • allanallan Posts: 63,397Questions: 1Answers: 10,451 Site admin
    Those parameters are using for server-side processing only. I think you want aaSorting from the object that is passed in to fnStateLoadParams - console.log( aoData ) to see what is passed in.

    Allan
  • derekwangderekwang Posts: 4Questions: 0Answers: 0
    Thanks Allan, i will take a look on that.
This discussion has been closed.