Browse Source

Merge pull request #1602 from iboylmz/master

Update bootstrap-table.js
文翼 10 years ago
parent
commit
525dbbd421
1 changed files with 1 additions and 1 deletions
  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;
         }