ソースを参照

Update bootstrap-table.js

Empty array reference.
IBRAHIM YILMAZ 10 年 前
コミット
4cb1c5b9b3
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;
         }