Server-side processing unable to handle 25 columns
Server-side processing unable to handle 25 columns
DanielSC
Posts: 19Questions: 7Answers: 1
Hello!
I am working on expanding my datatables table with more columns, however it seems to stop working after adding the 25th column. When I add it the header remains but no rows are displayed. I checked my browser console and got the following response: GET URLHERE net::ERR_CONNECTION_CLOSED
Does anyone know why this happens and how to avoid it from happening?
This discussion has been closed.
Answers
I found the issue was related to limits of GET. I changed to POST and now everything works as intended.
https://datatables.net/examples/server_side/post.html