Skip to content

RowReorderConfig

Since v1.24.0

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://toolboxjs.com/llms-full.txt