SortableJS / react-sortablejs

React bindings for SortableJS
http://sortablejs.github.io/react-sortablejs/
MIT License
2.04k stars 210 forks source link

fix: update sort property #265

Open Veragin opened 1 year ago

bnabet commented 1 year ago

Hello, is it a fix for sort option which doesn't work with ReactSortable ?

Veragin commented 1 year ago

Hi yes, but it should be probably done for all react properties ... sort option was working, but it is set onMount and than it couldn't be changed (unless you do remount)

Hemanth-Tinku commented 9 months ago

Other solution : You can use 'disabled ',instead of 'sort' ,which almost works the same