UNPKG

@mui/x-data-grid-premium

Version:

The Premium plan edition of the MUI X Data Grid Components.

9 lines (8 loc) 467 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rowGroupingReorderExecutor = void 0; var _internals = require("@mui/x-data-grid-pro/internals"); var _operations = require("./operations"); const rowGroupingReorderExecutor = exports.rowGroupingReorderExecutor = new _internals.RowReorderExecutor([new _internals.SameParentSwapOperation(), new _operations.CrossParentLeafOperation(), new _operations.CrossParentGroupOperation()]);