Pagination with DataTables

Pagination with DataTables

mexmex Posts: 1Questions: 1Answers: 0
edited November 2021 in DataTables

Hello, How I can parse my data from json using datatables?

Answers

  • colincolin Posts: 15,143Questions: 1Answers: 2,586

    How do you mean parse? If you want the data, you can use rows().data(), something like

    $('table').DataTable().row().data().toArray()
    

    If that doesn't help, 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

Sign In or Register to comment.