Datatables not works
Datatables not works
alergicalb
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?
This discussion has been closed.
Answers
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.
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