I've been trying to make the react-virtualized's MultiGrid sortable. In the end, I adjusted the MultiGrid's Grids to get my desired effect. However, when sorting, the rows don't transition properly and always move to the extremes (topmost or bottom most). Heres a codesandbox demo of what I've made so far: https://codesandbox.io/s/5kl4z8olrn
Before someone links some useless examples, I've searched and I haven't found anything that actually show the react-sortable-hoc components. The closest solution was on Using react-sortable-hoc with react-virtualized Grid .
Styles were needed for the rows to properly sort and transition.