Browse Source

Merge pull request #1815 from Norkart/develop

Fixed ReorderRows init when reorderable is false
wenzhixin 10 years ago
parent
commit
d832ab81dd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/extensions/reorder-rows/bootstrap-table-reorder-rows.js

+ 1 - 0
src/extensions/reorder-rows/bootstrap-table-reorder-rows.js

@@ -45,6 +45,7 @@
     BootstrapTable.prototype.init = function () {
 
         if (!this.options.reorderableRows) {
+            _init.apply(this, Array.prototype.slice.apply(arguments));
             return;
         }