react-sortable-hoc
react-sortable-hoc copied to clipboard
A set of higher-order components to turn any list into an animated, accessible and touch-friendly sortable list✌️
Am using SortableElement, with complex type(svg icon,dropdown,svg icon), while dragging to list item, dropDown is visible but icons are hidden, can any one let me know is react-sortable-hoc supports svg...
Updated SortableContainer to take an additional property to allow the developer to choose if he/she want to have the Sortable Helper appended to the SortableContainer's element instead of appending to...
defense code for this.helper.parentNode.removeChild(this.helper);
# Description The current types trigger an error: ``` node_modules/react-sortable-hoc/types/index.d.ts:108:11 - error TS2694: Namespace 'React' has no exported member 'SFC'. 108 | React.SFC ~~~ ``` Indeed, `React.StatelessComponent` has been removed...
There is a prop `updateBeforeSortStart` that's useful for run asynchronous code before dragging. I need to call a setState before the drag starts, which changes some things on the list....
i want to drag the header of the table and i want the data in that column to be dragged with that colum. Row drag is working fine but i...
I want to apply for a grid that means both directions x and y. not only for rows, So how can we virtualize or use infinity here?
I tried to install react-sortable-hoc but it's just giving me an error for [email protected]