Bootstrap Table Scroll Vertical Code Example


Example 1: table bootstrap with scrool

<div style="height: 600px;overflow: scroll;"> <!-- change height to increase the number of visible row  --> 	<table></table> </div>

Example 2: how to set the scroll in bootstrap4 table body

table {     display: flex;     flex-flow: column;     width: 100%; }  thead {     flex: 0 0 auto; }  tbody {     flex: 1 1 auto;     display: block;     overflow-y: auto;     overflow-x: hidden; }  tr {     width: 100%;     display: table;     table-layout: fixed; }

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable