-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
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
want some inactive items not to be sorted, inactive property is not working #56
Comments
Did you able find any solution for this ?? I am facing the same issue. |
I ended up making them inactive in form of selection. Though they are still moving if displaced by other active component. |
ok @manmohanvyas thanks for your feedback. |
I have forked this project. I have added unsortableItemsIndex parameter to SortableView as its prop. unsortableItemsIndex={[4, 5]} item with index 4 and 5 in sortablegrid won't be swapped with others. Simply added index of item you don't want it to be sorted(swapped) into unsortableItemsIndex. here is my fork link:https://github.com/BruceSuperProgramer/react-native-sortable-grid |
I forked and added a prop named |
want some inactive items not to be sorted, inactive property is not working as desired.
For inactive child property, document doesn't explains much.
The text was updated successfully, but these errors were encountered: