Problem with paging

Problem with paging

woosheetwoosheet Posts: 2Questions: 2Answers: 0
edited October 2021 in DataTables 1.10

Hi, i need help for a problem.
I'm making this page with 2 datatables: "datatables" and "datatables1", they both take data from the same ajax call, the first take only a part of it, and the other take it all.

when i try to add paging to the first the call give me the value i added...
example: "pageLength": 5 (when i write it in the json i receive only 5 reord), and i cant change the length of the page with the menu. the problem is that it give me the same values in the other table too

Answers

  • colincolin Posts: 15,240Questions: 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

Sign In or Register to comment.