simple-datatables
simple-datatables copied to clipboard
Responsive with bootstrap 5
Is it possible to make a table responsive?
Yes, wrap your table in bootstrap like so:
<div class="table-responsive">
<table class="table">
...
</table>
</div>
.table-responsive
is a built in bootstrap class.