Why Datatable doesn't creat 10th column?
Why Datatable doesn't creat 10th column?
hasbar
Posts: 4Questions: 2Answers: 1
I use datatable server-side processing. It works when thead has 9 columns but doesn't work when thead has 10 columns. Why?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
.. No code? No page to look at? no details? no logs? How can you expect any help? lol
ServerSide works fine with with as many columns as you need, this has something to do with either the JS or the server side code.
My guess is that you need to use POST rather than GET, but that's just a guess since you haven't providing a link to a test page showing the issue, as stated in the forum rules.
Allan
Hi
Yes,It solved by adding Post type option to it.
Very thanks,allan.