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%
erwinrichard
Posts: 16Questions: 5Answers: 0
what am I missing?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
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
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