does not load all invalid json data

does not load all invalid json data

cris19ncris19n Posts: 55Questions: 18Answers: 0
edited December 2020 in Free community support


Apparently I have a problem with the option

"order": [[3, "desc"], [5, 'asc']].

the first load loads me the filtered data, but when I want to show all the data I get a json error, and when I remove the "order" option, it works, I don't know what is causing this problem, I am using server side processing

also try this option

table2.order([3, 'desc'], [5, 'asc']).draw();

but i get invalid json

help!

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.