datatable input filtering problem

datatable input filtering problem

alunaaluna Posts: 1Questions: 0Answers: 0
edited February 2012 in General
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

Replies

  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    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).

    Allan
This discussion has been closed.