Browse Source

fix column reordering while select input text

Dustin Utecht 6 years ago
parent
commit
d7a28da854
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/extensions/reorder-columns/bootstrap-table-reorder-columns.js

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

@@ -114,6 +114,7 @@ BootstrapTable.prototype.makeRowsReorderable = function () {
     maxMovingRows: that.options.maxMovingRows,
     dragaccept: that.options.dragaccept,
     clickDelay: 200,
+    dragHandle: '.th-inner',
     beforeStop () {
       const ths = []
       const formatters = []