UNPKG

@mui/x-data-grid-premium

Version:

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

3 lines 345 B
import { RowReorderExecutor, SameParentSwapOperation } from '@mui/x-data-grid-pro/internals'; import { CrossParentLeafOperation, CrossParentGroupOperation } from "./operations.mjs"; export const rowGroupingReorderExecutor = new RowReorderExecutor([new SameParentSwapOperation(), new CrossParentLeafOperation(), new CrossParentGroupOperation()]);