serverSide search

serverSide search

abdosaeedabdosaeed Posts: 12Questions: 2Answers: 0

Hi, when i put serverSide=true, the search box not working but when serverSide=false it work,i tried with custom search box when entering it execute next code
dataTable.search(newVal).draw();
but not worked for me

Answers

  • kthorngrenkthorngren Posts: 21,341Questions: 26Answers: 4,954

    With server side processing your server script performs all searching, sorting and paging functions.

    Are you using a Datatables supplied server side processing script?

    Does your server script support the server side processing protocol?

    Kevin

Sign In or Register to comment.