Isssue in Serverside Scroller?
Isssue in Serverside Scroller?
Hi @allan ,
In my application we implemented Scroller for that we are using (serverside: true) event to getting the data from the backend.
when we scroll down the Ajax call hit POST method and the data coming but I am using inline editable also, so in my application I created a PUT method in backend ,so when we update the field the Ajax call went to POST method. But my expected result is it need to went PUT method.
I need suggestion while updating any field need to stop POST call and to invoke the PUT call. For this I didn't create any test case , but I referred data table example .so in that example also while updating the field the call goes to POST call only.
Url: https://editor.datatables.net/examples/inline-editing/serverSide.html
This is the example we are referring
Please suggest on this
Thanks
Saidulu
Answers
Maybe this Editor example will help:
https://editor.datatables.net/examples/advanced/REST.html
Kevin