simple-datatables icon indicating copy to clipboard operation
simple-datatables copied to clipboard

Responsive with bootstrap 5

Open jgracia opened this issue 3 years ago • 1 comments

Is it possible to make a table responsive?

jgracia avatar Mar 15 '21 15:03 jgracia

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.

ErikThiart avatar Apr 13 '21 10:04 ErikThiart