【发布时间】:2015-01-27 21:14:52
【问题描述】:
我使用的是 IE9 和 IE11,jquery 1.11.1,handsontable 0.12.0
当向下滚动滚动条时,“固定”标题似乎没有被“固定”在 IE 中稍微晃动,
但在Chrome中是正常的,
我必须添加一些配置来避免这种情况吗?
谢谢!
here is demo from the official site
var hot = new Handsontable(container,
{
data: data,
minSpareRows: 1,
fixedRowsTop: 0,
colHeaders: true,
contextMenu: true
});
【问题讨论】:
标签: javascript jquery html css handsontable