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