使用Handsontable粘贴IE9的问题

时间:2015-07-06 13:28:17

标签: javascript css internet-explorer-9 handsontable

我不认为IE9正式支持handsontable,但我希望有人可以帮我解决这个仅在IE9中显示的格式问题

基本上,如果您在IE9和Chrome中查看此示例(http://jsfiddle.net/warpech/hU6Kz/),然后将Excel中的某些单元格粘贴到表格中,则会丢失单元格边框

$("#exampleGrid").handsontable({
    data: myData,
    startRows: 5,
    startCols: 5,
    minSpareCols: 1,
    //always keep at least 1 spare row at the right
    minSpareRows: 1,
    //always keep at least 1 spare row at the bottom,
    rowHeaders: true,
    colHeaders: true,
    contextMenu: true
});

IE9:

enter image description here Chrome:

enter image description here

不幸的是,我必须使用IE9,所以任何帮助都会受到赞赏(或者如果不可能,建议使用类似的库?)

提前致谢

0 个答案:

没有答案