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

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

brjrkndndkrkbrjrkndndkrk Posts: 4Questions: 1Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

Answers

  • brjrkndndkrkbrjrkndndkrk Posts: 4Questions: 1Answers: 0

    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); }
    },

  • kthorngrenkthorngren Posts: 22,032Questions: 26Answers: 5,082

    Please provide details of your question or issue.

    Kevin

  • allanallan Posts: 64,562Questions: 1Answers: 10,674 Site admin

    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

Sign In or Register to comment.