how to load large number of data in datatable?

how to load large number of data in datatable?

nhojlrahcnhojlrahc Posts: 2Questions: 1Answers: 0
edited April 2020 in Free community support

This my code.


When my query has top 900. it load the data.

But when i remove the top 900. there is an error.

Need to display thousands of record.

Answers

  • kthorngrenkthorngren Posts: 20,309Questions: 26Answers: 4,770

    What do you find when following the troubleshoot steps at the link in the error?
    https://datatables.net/manual/tech-notes/1

    Take a look at this FAQ regarding performance improvement options.

    Kevin

  • nhojlrahcnhojlrahc Posts: 2Questions: 1Answers: 0

    there's no error

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

    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

  • Alexandr45Alexandr45 Posts: 30Questions: 1Answers: 3

    in the server's "php.ini" file, increase the value of the parameter "memory_limit=512M"

This discussion has been closed.