浏览代码

Fix IE browser can not display table header bug when use mergeCells method.

zhixin 11 年之前
父节点
当前提交
ee11586f70
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/bootstrap-table.js

+ 1 - 2
src/bootstrap-table.js

@@ -1382,8 +1382,7 @@
             }
         }
 
-        $td.attr('rowspan', rowspan).attr('colspan', colspan)
-            .show(10, $.proxy(this.resetView, this));
+        $td.attr('rowspan', rowspan).attr('colspan', colspan).show();
     };
 
     BootstrapTable.prototype.getSelections = function () {