当 bootstrap-table 关闭和 window 调整大小时 bootstrap table 上的偏移错误
Offset error on bootstrap table when bootstrap-table close and window resizing
我在我的项目中使用了 bootstrap table,当 bootstrap table 使用此脚本关闭时:
$(document).ready(function () {
$(".removetable").click(function (e) {
$(".table-aria").remove();
});
});
调整大小时出现如下错误:
未捕获类型错误:无法读取未定义的属性(读取 'offset')
虽然这个错误不会导致项目过程中出现问题,但是我想了解原因并解决问题。
中看到我的代码
您需要有自己的缓存管理系统。
使用这个机制https://github.com/Master2V/FormCallSolution.git就可以解决
我在我的项目中使用了 bootstrap table,当 bootstrap table 使用此脚本关闭时:
$(document).ready(function () {
$(".removetable").click(function (e) {
$(".table-aria").remove();
});
});
调整大小时出现如下错误:
未捕获类型错误:无法读取未定义的属性(读取 'offset')
虽然这个错误不会导致项目过程中出现问题,但是我想了解原因并解决问题。
中看到我的代码您需要有自己的缓存管理系统。 使用这个机制https://github.com/Master2V/FormCallSolution.git就可以解决