Bootstrap Table Scroll - Horizontal Code Example
Example: table bootstrap with scrool
<div style="height: 600px;overflow: scroll;"> <!-- change height to increase the number of visible row  --> 	<table></table> </div><div style="height: 600px;overflow: scroll;"> <!-- change height to increase the number of visible row  --> 	<table></table> </div>
Comments
Post a Comment