Answers for "bootstrap class tbale"

2

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
1

striped table bootstrap

// Add the table and table striped class from bootstrap
<table class="table table-striped">
Posted by: Guest on May-27-2021

Browse Popular Code Answers by Language