How to recall the serverside method with search parameter only.

How to recall the serverside method with search parameter only.

RajeshVRajeshV Posts: 9Questions: 8Answers: 0

How i Call the Url of datatable which return json and provide search parameter

Answers

  • glendersonglenderson Posts: 231Questions: 11Answers: 29

    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.

This discussion has been closed.