Open
Description
Summary
Creating framework bindings requires extensive knowledge of the Sortable API, DOM and the particular framework because once the framework updates state, all the DOM manipulation Sortable does gets reversed and broken by the framework.
By allowing a disability function, developers can create light wrappers instead of having to reverse SortableJS actions and thus not wasting precious rendering resources.
Additional Context
This applies to Vue, React and Angular as far as I know.