Client side column filter string
Client side column filter string
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.
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.
This discussion has been closed.
Replies