Server side individual column filtering
Server side individual column filtering
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
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
This discussion has been closed.
Replies
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
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
Did you figure out how to do this ... is there an example that I can refer to?