Answers for "how to make a table scroolable bootstrap"

3

table bootstrap with scrool

<div style="height: 600px;overflow: scroll;">
<!-- change height to increase the number of visible row  -->
	<table></table>
</div>
Posted by: Guest on June-15-2020
0

bootstrap table responsive

<table class="table table-responsive">
  ...
</table>
Posted by: Guest on November-06-2021

Code answers related to "how to make a table scroolable bootstrap"

Browse Popular Code Answers by Language