-
Hi guys, Is there any way we can have action buttons as a dropdown in a different position? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hello @susanu There is not a function to do it easily, but you can publish and customize operation views:
You will find the published views in /resources/views/vendor/backpack/crud/edit.blade.php Cheers. |
Beta Was this translation helpful? Give feedback.
-
I don't want to do that, overrides for me are a no no. |
Beta Was this translation helpful? Give feedback.
-
There's no default way to do it @susanu , no. But if you really really want to do that... you can add a script widget to that page... that has a bit of JS and moves them wherever you want 😉 |
Beta Was this translation helpful? Give feedback.
There's no default way to do it @susanu , no. But if you really really want to do that... you can add a script widget to that page... that has a bit of JS and moves them wherever you want 😉