Add isDraggable to disable Drag&Drop for specific column
komarovalexander
released this
26 Sep 14:02
·
10 commits
to master
since this release
<Table
//....
columns={[{
//...
isDraggable: false, // disable drag & drop for specific column
}]}
/>