react-sortable-hoc icon indicating copy to clipboard operation
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✌️

Results 145 react-sortable-hoc issues
Sort by recently updated
recently updated
newest added

Fix the distance attribute. Change the offset sum of X and Y axes to the pixel value of a straight line

Same as https://github.com/clauderic/react-sortable-hoc/pull/482 but with latest code-base from master As per the conversation in the previous PR disabling animation is especially useful if the the final user wants to handle...

Fixes https://github.com/clauderic/react-sortable-hoc/issues/838

When I change code, and the app re-renders, it always crashes with this error message: `Uncaught TypeError: cannot call a class as a function` I'm not sure why it's happening....

I'm trying to sort the tr of the table, it can sorting but the SortableGhost display not correctly.

npm install react-sortable-hoc --save npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react...

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

Hi! I am attempting to create a sortable container whose draggable can move by the y axis and will be contained to the container `` When attempting this, the draggables...