The Core Sortable component allows you to control the behavior of its items. You can choose to disable them, so they cannot be dragged but are valid drop targets, or to filter them, so they cannot be dragged and are not valid drop targets.
The cursor configuration of the control determines the type of cursor that will be rendered when the user is dragging a sortable item.
The Sortable component has a default placeholder, which you can easily change by setting the placeholder configuration option.
The component fires a variety of events including AutoScroll, Ignore, Cursor, Render etc.