Client side column filter string

Client side column filter string

avslnavsln Posts: 2Questions: 0Answers: 0
edited December 2013 in General
I have been able to successfully setup my datatable and also apply column filters. I am running the datatables in a client side mode. So all the data is in the DOM and available. When I apply the column filters, the filtering works as expected.

What I need is also be be able to capture the inputs for each of the column filters. Is it possible by using the client side mode.

I have seen that in the server-side mode there are parameters like sSearch_{1} that send the search string across. Is there something similar on the client side.

Replies

  • vikneshkumarvikneshkumar Posts: 2Questions: 0Answers: 0
    I too need the same scenario.... avsln have you got result
This discussion has been closed.