Server side individual column filtering

Server side individual column filtering

HathHath Posts: 2Questions: 0Answers: 0
edited August 2010 in General
Hi Allan,
I'm working on making a datatables page using server side processing. From the example and the XHR requests I see that there is sSearch_i but how do you set/access these values? I'm thinking of creating select boxes containing distinct values from that column and putting that in the footer.
Thanks for your time,
Aaron

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    edited August 2010
    Hi Aaron,

    http://datatables.net/api#fnFilter - pass the column integer as the second parameter to the function.

    This example might help you in your quest: http://datatables.net/examples/api/multi_filter.html

    Regards,
    Allan
  • BlalienBlalien Posts: 17Questions: 0Answers: 0
    Hello,

    Did you get this to work? And how did you did it?

    I am trying to use the standard individual column filtering for server sided data.
    Could you help me with it?

    Greetings,
    Blalien
  • jobkingorijobkingori Posts: 10Questions: 0Answers: 0
    @Hath (and Allan) ...

    Did you figure out how to do this ... is there an example that I can refer to?
This discussion has been closed.