浏览代码

Add resizeMode option

Gautier Deuette 8 年之前
父节点
当前提交
573033a42f
共有 1 个文件被更改,包括 2 次插入1 次删除
  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
         });
     };