Jquery Datatable paging not working with MVC Partial View on search button click event on main view
Jquery Datatable paging not working with MVC Partial View on search button click event on main view
Kishor
Posts: 1Questions: 0Answers: 0
I have created MVC view in which i have search criteria and button to search the data based on the search cretiria and then show that populated data in another view (MVC partial view)
So i am trying to use Jquery datatable and calling that on button click event in Jquery to achieve the pagination but it is not working.
Please do needful. Thanks in advance for youur help and support
This discussion has been closed.
Replies
Please see the forum rules on providing test cases.
http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read#latest
Sounds like you want to read the documentation for
ajax.data
and send the extra search information using that.Allan