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
Describe the bug Empty bulk actions dropdown menu when no bulk actions avalable.
To Reproduce Allow only "view" row actions, ex:
class ReadOnlyModelView(ModelView): def can_create(self, request): return False def can_edit(self, request): return False def can_delete(self, request): return False row_actions = ["view"] row_actions_display_type = RowActionsDisplayType.ICON_LIST actions = []
Environment (please complete the following information):
Can provide more packages on demand, but most likely not relevant.
Additional context The best thing when no bulk actions are available would be to:
PS: thank you for the great software, it's very useful and productive! ♥️
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Empty bulk actions dropdown menu when no bulk actions avalable.
To Reproduce
Allow only "view" row actions, ex:
Environment (please complete the following information):
Can provide more packages on demand, but most likely not relevant.
Additional context
The best thing when no bulk actions are available would be to:
PS: thank you for the great software, it's very useful and productive!♥️
The text was updated successfully, but these errors were encountered: