-
Notifications
You must be signed in to change notification settings - Fork 54
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
Feature: Provide props to disable reorder #10
Comments
@marcosgcd I just found that you can disable the ability to drag groups with |
Hello, i have tried to initialize the AppFlowyBoardController like this: // Getx Controller for state management @OverRide @OverRide void onMoveGroupItemToGroup( void onMoveGroup( void onMoveGroupItem(String groupId, int fromIndex, int toIndex) { List getBoardGroups() {
|
I want to disable the Reorder of Groups. And also disable the Reorder inside of the Group but still allow the user to drag and drop between Groups
The text was updated successfully, but these errors were encountered: