Limit Column Table Only 30
Limit Column Table Only 30
Naufal123
Posts: 3Questions: 1Answers: 0
Hello I Want Ask, i have an issue for using datatables so in my case problem i have 50 column i want to show to databales but data only show for 33 row only i tried to add more but retuning error https://datatables.net/manual/tech-notes/7 can someone help me how to solve this thanks
This question has an accepted answers - jump to answer
Answers
Have you followed the steps in the technical notes linked to in the error? That'll be the place to start. If so, what did you find?
Colin
@colin thanks for answer my question, yes sir i'm already read for technical and suggestion but i dont know i'm already tried add 33 table header <th> for 33 column work but after add more than <th> for 34 column shown error can you help me how to fix it or column datatables has limit
DataTables doesn't have a column limit. My guess is that you are using server-side processing and you are hitting a query string limit enforced by your HTTP server. If that is the case use POST to send the data.
If that isn't the case, please link to a test case showing the issue, per the forum rules.
Allan
@allan thanks sir i have already solve the issue, i'm just remove attribute serverPaging and working thanks for your help