prevent automatic shrinking
prevent automatic shrinking
oath
Posts: 10Questions: 4Answers: 0
How to prevent automatic shrinking when the number of columns is large?
This discussion has been closed.
Replies
Thanks for your question. As noted in the forum rules, please post a link to a running test case showing the issue so we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Allan
Hi @oath ,
DataTables will only shrink the number of columns if you've enabled the Responsive extension. So, either remove
responsive
from the table initialisation, or theresponsive
class from the table declaration.Cheers,
Colin