浏览代码

Deleting concat

djhvscf 6 年之前
父节点
当前提交
2c6ea5e392
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/extensions/reorder-columns/bootstrap-table-reorder-columns.js

+ 1 - 1
src/extensions/reorder-columns/bootstrap-table-reorder-columns.js

@@ -144,7 +144,7 @@ BootstrapTable.prototype.makeRowsReorderable = function () {
         }
       }
 
-      that.columns = that.columns.concat(columns)
+      // that.columns = that.columns.concat(columns)
 
       filterFn() // Support <IE9
       $.each(that.columns, (i, column) => {