I'm having problems with server side filtering, the variable for the normal search on server side is sSearch, could anyone tell me what is the name of the serve side variable for this input's?? Thanks
All of the parameters that DataTables sends to the server are documented here: http://datatables.net/usage/server-side . It sounds like you might want sSearch_(int).
Replies
Allan