komarovalexander / ka-table

Lightweight MIT React Table component with Sorting, Filtering, Grouping, Virtualization, Editing and many more
http://ka-table.com
MIT License
769 stars 56 forks source link

Add isDraggable to disable Drag&Drop for specific column #443

Closed komarovalexander closed 3 days ago

komarovalexander commented 3 days ago

442

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

also this PR has fixes for grouping items