How to recall the serverside method with search parameter only.
How to recall the serverside method with search parameter only.
RajeshV
Posts: 9Questions: 8Answers: 0
How i Call the Url of datatable which return json and provide search parameter
This discussion has been closed.
Answers
Upon a click of Next or Prev or Page #1 ,2,3, etc., dataTables sends out an ajax request. Look at your browser using the development option. The variables will be in either the URL for a get, or the parameters for a POST.