Server Processing

Server Processing

mortadamortada Posts: 2Questions: 0Answers: 0
edited December 2013 in General
Hello,
I am pretty new to this powerfull tool! In fact I would like to keep the filtering/sorting/pagination at the client side, but I would like to send to the server some other information to filter on? How would i do that? In other words can I send parameters to the server if my bserverprocessing is on false? thank you very much for your help!

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Use the fnServerParams option to send extra data to the server, including for client-side processing Ajax sourced data.

    Allan
  • mortadamortada Posts: 2Questions: 0Answers: 0
    Thank you Allan for you answer,I tried to use fnServerparams but chrome is indicating a "bad request" error, do you have an Idea under which form the server has to recieve those params, I am using a java based spring mvc controller and I am using the latest version of datatables! thank you v. much!
This discussion has been closed.