Draggable-Droppable Sortable List
Friday, 18th September, 2015
Here is a demo showing Rubaxa’s Sortable used with React.
The demo is based on a trimmed down version of the React example on the Sortable github page. The extras are:
- the list items are React classes rather than text;
- handleEnd shows accessing re-arranged list items on drop;
- list items have a handle, which means their contents can be assessed and manipulated.
n.b.: in the gist below, the javascript file uses JSX markup so it’ll need to be compiled (e.g. with React’s cli tools or babel).
I like Rubaxa’s Sortable because it (a) works! (b) does not require any silly javascript package managers.