浏览代码

Merge pull request #1602 from iboylmz/master

Update bootstrap-table.js
文翼 10 年之前
父节点
当前提交
525dbbd421
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -619,7 +619,7 @@
         });
 
         // if options.data is setting, do not process tbody data
-        if (this.options.data.length) {
+        if (this.options.data) {
             return;
         }