var oTable = $('#datatab').DataTable({ "serverSide": true, "ajax": { "type": "POST",
var oTable = $('#datatab').DataTable({ "serverSide": true, "ajax": { "type": "POST",

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Answers
var oTable = $('#datatab').DataTable({
"serverSide": true,
"ajax": {
"type": "POST",
"url": '/Brand/DataHandler',
"contentType": 'application/json; charset=utf-8',
'data': function (data) { return data = JSON.stringify(data); }
},
Please provide details of your question or issue.
Kevin
I've deleted your three other duplicate threads.
Aside from that, as Kevin says, you have not even stated what your question is. I'm not sure how you are expecting us to help you if we don't know what the problem is!
Please link to a test case showing the issue per the forum rules.
Allan