// 要先引入jquery
$(document).on('post-header.bs.table', '#table', function() {
// 原理:水平滚动条向左滚动1像素,bootstrap-table会自动调整标题栏和内容栏对齐
$(".fixed-table-body").scrollLeft($(".fixed-table-body").scrollLeft()-1);
});
// 要先引入jquery
$(document).on('post-header.bs.table', '#table', function() {
// 原理:水平滚动条向左滚动1像素,bootstrap-table会自动调整标题栏和内容栏对齐
$(".fixed-table-body").scrollLeft($(".fixed-table-body").scrollLeft()-1);
});
本文标题:修复bootstrap table在刷新列表时标题栏和下面对不上
本文链接:https://www.haomeiwen.com/subject/nxddxrtx.html
网友评论