Crud list buttons #720
Replies: 1 comment
-
Hey @ale1981 Sorry for taking so long to reply. Currently, Backpack doesn't have an API for this. But as a workaround, you can try: Let us know if this helped you out. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a widget which shows a models one to many relation as a table in the same way the list operation works. The issue I have at the moment is that I have to hard code the buttons available on the list rather than being able to create them dynamically depending on the operations that are available for the relation.
Is it possible for me to get the active operations as buttons for the relation from within the parent crud?
Beta Was this translation helpful? Give feedback.
All reactions