bootstrap table下拉时列和表头不对其
解决方法如下:
stickyHeaderOffsetLeft: $(‘#suspects-grid‘).offset().left + ‘px‘, stickyHeaderOffsetRight: $(‘#suspects-grid‘).offset().right + ‘px‘,
结果:
bootstrap-table 表头和内容对不齐解决办法
原文:https://www.cnblogs.com/bushui/p/14469630.html