浏览代码

Fix loading style error.

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

+ 2 - 1
src/bootstrap-table.js

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