DropPosition type
Indicates where row/column was dropped. Used by ReactGridProps callbacks.
Definition
type DropPosition = 'before' | 'on' | 'after';- Definition
Indicates where row/column was dropped. Used by ReactGridProps callbacks.
type DropPosition = 'before' | 'on' | 'after';