Skip to content

RowReorderConfig

Configuration for the deprecated RowReorderPlugin alias.

Picks the intra-grid keys from RowDragDropConfig. The full set of options (including cross-grid dropZone, canDrop, serializeRow, etc.) is available on RowDragDropConfig directly.

type RowReorderConfig = Pick<RowDragDropConfig<T>, "enableKeyboard" | "showDragHandle" | "dragHandlePosition" | "dragHandleWidth" | "debounceMs" | "animation" | "canMove">
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt