Can't have more than 6 columns in table
Can't have more than 6 columns in table
I was pulling data from a database and auto populating the table with html but and used all the script and css tags as in the main example for the website, but it had no functionality. I then tried the original html code that was also provided with the example on the site and found out that anything more than 6 columns in the table will render all functionality useless; i.e. the pagination, search bar, and entry amount to show don't appear at all. Is anyone else having this problem or know how to fix it?
Replies
There are no limitations for the number of columns. Do you get an alert messages or errors in the browser's console? Likely its an error that others have had and you can find answers on the forum.
If you still need help please post a link to your page or a test case showing the issue so we can take a look and help debug.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin