GET data in datatable serverside processing
GET data in datatable serverside processing

Can I use GET method in datatable serverside processing? I want to use GET instead of POST method.
Thanks,
Mack
This discussion has been closed.
Can I use GET method in datatable serverside processing? I want to use GET instead of POST method.
Thanks,
Mack
Replies
The default is GET as you will be able to see in this example.
Allan
Thanks Allan