Kanban Disable Drag on specific columb

The default component options do not make it clear how it would be possible to disable dragging of a card on a specific column. In the below the goal is to stop cards from being dragged from the ‘Complete’ column.

I have a workflow to update the ‘status’ of the card when dragged, in this case the workflow excludes when the ‘status’ is in the status of ‘complete’. However the drag visualization makes it appear as though the card is moveable.

Suggestions welcomed.

You in theory could simply use the custom class approach with Custom drag enabled and then dynamically based on a condition turn that class on only one items of the columns where you don’t want it to be dragged. If you use the stack element instead of the kanban, it will give you more control, with less pre-made stuff.