zhixin 11 年 前
コミット
e7a4854aea
1 ファイル変更0 行追加2 行削除
  1. 0 2
      src/bootstrap-table.js

+ 0 - 2
src/bootstrap-table.js

@@ -937,8 +937,6 @@
             this.$body = $('<tbody></tbody>').appendTo(this.$el);
         }
 
-		//Fix #389 Bootstrap-table-flatJSON is not working
-        
         if (!this.options.pagination || this.options.sidePagination === 'server') {
             this.pageFrom = 1;
             this.pageTo = data.length;