我想溢出我的表。引導表溢出
-----------------------
| name | height |
-----------------------
| john | 5,8 ^
| josh | 6,4 |
| joshua | 5,4 |
| jon | 5,5 V
-----------------------
我用overflow-y:scroll; 但我想要的是,只有表格正在滾動。我想要的就像我上面的例子。
<table class="table table-hover table-responsive">
<thead>
<tr>
...
</tr>
</thead>
<tbody>
<tr>
...
</tr>
<tr>
...
</tr>
</tbody>
是否有可能溢出只有表體部分?我正在使用bootstrap。
演示添加的jsfiddle? –
你試過了什麼? –