I am using angular material drag and drop to give the user an option to change the order of the items based on his choice but I want one element to be static so that Its order can not be changed and neither any item can be placed above it. I am using the disabled property but I am not getting the expected result. could any please tell me how can I make the No -item position fixed so that its position cannot be changed and neither any item can be placed above it?
I have created a demo of the same under the below link.