gpt4 book ai didi

javascript - 创建响应 html 表时出现问题

转载 作者:太空宇宙 更新时间:2023-11-04 10:37:37 26 4
gpt4 key购买 nike

创建了一个带有固定左列的 html 表格。

代码如下:

<div class="table-responsive" >
<table class="table table-striped table-bordered table-hover table-condensed" style= "width:50%">
<thead>
<tr>
<th>#</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
</tr>
<tr>
<td>2</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
</tr>
<tr>
<td>3</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
</tr>
</tbody>
</table>
</div>

链接:http://jsfiddle.net/4XG7T/3/

表格在移动设备上显示如下,而且它没有固定列滚动。

Mobile view

谁能建议我如何在移动设备上实现预期的行为?

最佳答案

bootstrap 不支持移动设备上漂亮的表格 View ,您需要自己处理以呈现数据。

你需要选择一种最适合你的机制来解决这个问题,下面是一些提供解决这个问题的链接和思路:

或者让表格保持滚动...

关于javascript - 创建响应 html 表时出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36047727/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com