ninsuo / symfony-collection

[NOT MAINTAINED] A jQuery plugin that manages adding, deleting and moving elements from a Symfony form collection
https://symfony-collection.fuz.org/
MIT License
444 stars 88 forks source link

Prevent edition of specific collection item #157

Closed Schyzophrenic closed 4 years ago

Schyzophrenic commented 4 years ago

Hello,

In my collection I need to make some rows (items) non removable and non editable (read-only). While it is still OK to drag-drop it, I cannot allow other modifications. I am a bit puzzled by how this should be achieved in a clean (and not overcomplicated) way, What would be the best option?