prevent automatic shrinking

prevent automatic shrinking

oathoath Posts: 10Questions: 4Answers: 0

How to prevent automatic shrinking when the number of columns is large?

Replies

  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin

    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

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    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 the responsive class from the table declaration.

    Cheers,

    Colin

This discussion has been closed.