有没有人经历过这个? 只有在我重新初始化表格后才会发生这种情况
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)
}
在我调整浏览器大小或打开开发人员工具后,它消失了
由于
答案 0 :(得分:-1)
我通过添加table-layout修复:固定到表