Answers for "bootstrap table tbody scroll vertical"

5

table fixed header

.tableFixHead thead th { position: sticky; top: 0; }
Posted by: Guest on July-12-2020
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

Code answers related to "bootstrap table tbody scroll vertical"

Browse Popular Code Answers by Language