react-sortablejs
react-sortablejs copied to clipboard
Manual multidrag selection
Hi!
Is it possible to manually call on the multidrag function and pass which object that are "selected" from a component?
In my case I use a custom checkmark component that I want to act as an indicator and that can call the function to "select" + "deselect".
I have the same problem. I have a "select all" button that tries to update all the items in state with "selected: true". It does successfully select all the items. But then when I click on any of the items it unselects them all again.