jQuery custom content scroller plugin不适用于引导表响应。如果我使用axis:x或axis:y那么它确实有效。但在移动响应中,自举表响应仅适用于x轴或y轴,但不适用于轴(轴:“yx”),任何人都可以帮助
http://manos.malihu.gr/jquery-custom-content-scroller
$(".content").mCustomScrollbar({
axis:"yx" // vertical and horizontal scrollbar
});
答案 0 :(得分:0)
没有必要使用jquery或者你可以在bootstrap中为响应表尝试以下内容
<div class="table-responsive">
<table>
<tr>
<td>
<!-- write code -->
</td>
</tr>
</table>
</div>