feat: reorder columns from table options (#1636)
* draggable prop addition * draggable component addition * state modification * drag select state addition * changed state name * main merged * lint fix --------- Co-authored-by: Charles Bochet <charlesBochet@users.noreply.github.com>
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
import { atom } from 'recoil';
|
||||
|
||||
export const isDraggingAndSelectingState = atom<boolean>({
|
||||
key: 'isDraggingAndSelectingState',
|
||||
default: true,
|
||||
});
|
||||
Reference in New Issue
Block a user