Why doesn't my table fit on page?
Why doesn't my table fit on page?
Rawland_Hustle
Posts: 94Questions: 16Answers: 0
Link to test case: https://themeadow.se/ntjperrors/index.html
Debugger code (debug.datatables.net):
Error messages shown: No error message shown.
Description of problem:
No matter how narrow I make my columns, there's still about 10 px of the table sticking out to the right so I have to side scroll. Can I fix this?
This question has an accepted answers - jump to answer
Answers
Try adding
style="width:100%"
to thetable
tag like this example.Kevin
Thanks for helping me out once again! It's appreciated.