Bootstrap: after update to Datatables 1.10.19 / Editor 1.7.4, my tables no longer scale to 100%

Bootstrap: after update to Datatables 1.10.19 / Editor 1.7.4, my tables no longer scale to 100%

erwinricharderwinrichard Posts: 16Questions: 5Answers: 0

what am I missing?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,669Questions: 1Answers: 10,096 Site admin
    Answer ✓

    At a quick guess, it might be due to the fact that the table is no longer automatically in a fluid container, although without a test case showing the issue it is hard to say.

    See this thread for information on the fluid container issue.

    Thanks,
    Allan

  • erwinricharderwinrichard Posts: 16Questions: 5Answers: 0

    Hello Allan,

    That was exactly the case, I did not wrap my tables with a col div, had them directly in the row div. Thanks a lot for your help.

    Regards
    Erwin

This discussion has been closed.