Datatables not works

Datatables not works

alergicalbalergicalb Posts: 1Questions: 1Answers: 0

Im having issue, when i put Select * from data, datatables doesnt function anymore and it show all records 24k records...

what im missing?

Answers

  • rf1234rf1234 Posts: 2,982Questions: 87Answers: 421

    Well if you have 24k records in your table and you don't use a where clause AND you are not using server side either I guess you shouldn't be surprised.

    Use a where clause in your SQL or server side or defer render.

  • allanallan Posts: 63,455Questions: 1Answers: 10,465 Site admin

    Sounds like the server might be running out of RAM. Have you checked the server's error logs? As rf1234 says, server-side processing is one way to address that.

    Allan

This discussion has been closed.