Now you can lock specific rows to drag and drop using the class .no-drag
In this example, you can lock the row depending on the flag value IsMandatory, you just need to adapt to your scenario.
Updated demo to fix some issues with the SortableTable screen.
Updated demo to include a screen which demonstrates how to save order back to a database.