Can i use HTTP POST method with jquery datatables sAjaxSource and webapi -
By default, data will be retrieved with the HTTP GET method. From research I came to know that we can configure the dataset to use the HTTP POST method.
And when I try to "type" it with: "Post" it does not call my Web API Post method. When I give "type": "Post", tell your Web API breakpoints will not be hit at all datatables someone please tell me how POST method to use "sAjaxSource" and Web Can do for API.
I'm using DataTable and I've seen they are really two versions your access code "bServerSide" API is, while you were posted by example using "server-side"
Please check whether you are using the correct version. I'm sure I'm not are both backward compatible (or worse if documents suit library you are using)
"sServerMethod" to use Attempt: View the legacy document instead of "Post" instead of
Comments
Post a Comment