Browse Source

Add resizeMode option

Gautier Deuette 8 years ago
parent
commit
573033a42f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/extensions/resizable/bootstrap-table-resizable.js

+ 2 - 1
src/extensions/resizable/bootstrap-table-resizable.js

@@ -20,7 +20,8 @@
             hoverCursor: that.options.hoverCursor,
             dragCursor: that.options.dragCursor,
             onResize: that.onResize,
-            onDrag: that.options.onResizableDrag
+            onDrag: that.options.onResizableDrag,
+            resizeMode: that.options.resizeMode
         });
     };