How can I add a horizontal scroll bar to a table that is inside a div? Is there CSS solution for this?
You will not be able to add a scrollbar to a table, but you can add it to a DIV containing your table.
For example:
<div style="width: 400px; height: 200px; overflow: scroll;">
<table>...</table>
</div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With