Responsive tables
The display of tables often causes problems in responsive web design. Responsive tables allow easy horizontal scrolling of tables.
<div class="table-responsive">
<table class="table">
...
</table>
</div>Last updated
The display of tables often causes problems in responsive web design. Responsive tables allow easy horizontal scrolling of tables.
<div class="table-responsive">
<table class="table">
...
</table>
</div>Last updated