diff --git a/js/ColReorder.ts b/js/ColReorder.ts index 28cc042..baece00 100644 --- a/js/ColReorder.ts +++ b/js/ColReorder.ts @@ -348,6 +348,13 @@ export default class ColReorder { } this.dt.cells('.dtcr-moving').nodes().to$().removeClass('dtcr-moving dtcr-moving-first dtcr-moving-last'); + + this.dt.trigger('columns-reordered-dropped', [ + { + order: this.dt.colReorder.order(), + mapping: invertKeyValues(order) + } + ]); } /**