Skip to content

Add isDraggable to disable Drag&Drop for specific column

Compare
Choose a tag to compare
@komarovalexander komarovalexander released this 26 Sep 14:02
· 10 commits to master since this release
8f95ee2

#442

  <Table 
     //....
     columns={[{
       //...
       isDraggable: false, // disable drag & drop for specific column
     }]}
   />