bootstrap-table 表头和内容对不齐解决办法
时间:2021-05-04 17:56:05
收藏:0
阅读:260
bootstrap table下拉时列和表头不对其
解决方法如下:
stickyHeaderOffsetLeft: $(‘#suspects-grid‘).offset().left + ‘px‘,
stickyHeaderOffsetRight: $(‘#suspects-grid‘).offset().right + ‘px‘,
结果:
原文:https://www.cnblogs.com/bushui/p/14469630.html
评论(0)