Answers for "bootstrap tabelle 100%"

6

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
2

Bootstrap table small

<table class="table table-sm">
  ...
</table>
Posted by: Guest on October-11-2021

Browse Popular Code Answers by Language