Bootstrap 4负责表,只有垂直滚动

时间:2017-03-09 07:31:28

标签: html css twitter-bootstrap scroll responsive

我使用Bootstrap 4 reponsible表。

我有一张大桌子,有8个列/ 10行,想要以320 x 480分辨率为智能手机提供友好的显示效果。

可以关闭水平滚动条并排列表格以使列成为小分辨率尺寸的行吗?

然后只需要垂直滚动,就像这个非常好的制作表: https://css-tricks.com/examples/ResponsiveTables/responsive.php

1 个答案:

答案 0 :(得分:2)

您可以使用jQuery Mobile's table reflow获得类似类型的表。

演示here