react-sortablejs icon indicating copy to clipboard operation
react-sortablejs copied to clipboard

fix: update sort property

Open Veragin opened this issue 2 years ago • 3 comments

Veragin avatar Dec 15 '22 12:12 Veragin

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

bnabet avatar Mar 25 '23 11:03 bnabet

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)

Veragin avatar Apr 04 '23 12:04 Veragin

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

Hemanth-Tinku avatar Dec 15 '23 09:12 Hemanth-Tinku