We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi.
I'm trying to exclude some items from sorting. So, I use "filtered: true" option. But nothing happens.
Here is sandbox example - https://codesandbox.io/s/peaceful-agnesi-qupz4?file=/src/App.js
The text was updated successfully, but these errors were encountered:
You probably gave up, or found another way.. I spend some time trying to make it work.. So I'll leave an example for any other lost soul.
<ReactSortable list={listItems} filter={".static"} > <Component /> <Component className={"static"} /> <Component className={"static"} /> </ReactSortable>
This will disable movement of the 2nd and 3rd component, but the 1st can get between or bellow them. #184
Sorry, something went wrong.
My lost soul thanks you @bozhich !
No branches or pull requests
Hi.
I'm trying to exclude some items from sorting. So, I use "filtered: true" option. But nothing happens.
Here is sandbox example - https://codesandbox.io/s/peaceful-agnesi-qupz4?file=/src/App.js
The text was updated successfully, but these errors were encountered: