Make some columns in datatable undraggable

Is there a way to differetiate dragging behavior for columns in datatable? I need to have for example 4 first column non-draggable

Yep, there’s a possibility to block DnD in onBeforeColumnDrag event.