Browse Source

Assigning columns after reorder

djhvscf 6 years ago
parent
commit
c24a090402
1 changed files with 1 additions and 1 deletions
  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 = columns
 
       filterFn() // Support <IE9
       $.each(that.columns, (i, column) => {