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