Skip to content

Commit d4d9d5b

Browse files
Merge pull request #23 from jurruh/remove-fn-construct-mouseup
Remove fnConstruct in mouseUp
2 parents 9ce30c6 + f268336 commit d4d9d5b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ColReorderWithResize.js

-3
Original file line numberDiff line numberDiff line change
@@ -1315,9 +1315,6 @@ $.extend( ColReorder.prototype, {
13151315
this.s.dt.oInstance.fnAdjustColumnSizing( false );
13161316
}
13171317

1318-
// Re-initialize so as to register the new column order (otherwise the events remain bound to the original column indices).
1319-
this._fnConstruct();
1320-
13211318
this.s.dt.oInstance.trigger('column-reorder.dt.mouseup', [ this.s.dt ] );
13221319

13231320
/* Save the state */

0 commit comments

Comments
 (0)