滚动

时间:2015-11-11 23:28:30

标签: javascript datatables

有没有人经历过这个? 只有在我重新初始化表格后才会发生这种情况

 if (typeof dataTable === 'undefined') { // if the table doesn't exist

    LoadIt(startdate, enddate)

} else { // if the table exist delete table

      $("#mytable_wrapper").remove();
      $(".mytable_wrapper").dataTable().fnDestroy();
      LoadIt(startdate, enddate)
}

这是截屏enter image description here

在我调整浏览器大小或打开开发人员工具后,它消失了

由于

1 个答案:

答案 0 :(得分:-1)

我通过添加table-layout修复:固定到表