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.
DataTables will only shrink the number of columns if you've enabled the Responsive extension. So, either remove responsive from the table initialisation, or the responsive class from the table declaration.
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