我使用引導程序,並有一個表內的列的列表。表列很長,我想讓它有一個表格的滾動條,顯示元素不得不滾動的一面。Bootstrap表滾動條
這裏是我下面的代碼:
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/>
<table class="table table-bordered table-condensed table-hover table-striped">
<tr>
<th>PIN Number</th>
<th>Full Name</th>
<th>Department</th>
<th>Organization</th>
<th>Branch Code</th>
<th>Campus</th>
<th>Leave Type</th>
<th>Date From</th>
<th>Date To</th>
<th>Days</th>
<th>Reason</th>
<th>Responsible PIN</th>
<th>Name</th>
<th>Status</th>
<th>Edit</th>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
水平或中古立式滾動您想 –
水平滾動@Anubhav – Hirok