a quick question. Is there an easy way to disable the sort handle and delete button for single entries in a editable list? I need default values "pinned" in the list. I can put the out of the list but this permanently limit the vertical space of the list (see line above the list). In this case it would reduce the list by half.
No, there isn't a way to disable it for individual entries, only for the list as a whole. Simply not a requirement that has ever come up.
For the delete button, we do have some instances where we disable the built in remove button and add our own to individual entries - that does give you some more control.
But the sort handle is harder to workaround as there are more things to deal with. It might be possible to do... not tried.
Thank for the reply - sorting is only an user experience problem. If you can give me a hint how to catch a delete event it would be nice. Or I disable the two buttons by digging into the DOM