How do you align the Action Buttons to the right? #985
-
I have a few power grid tables on the same page. It looks messy, as the Action Buttons need to be aligned. I can not see a way in the documentation to align the cell to the right so that the buttons are aligned on the right-hand side. (p.s. So far -💘 the package, thanks for the hard work) |
Beta Was this translation helpful? Give feedback.
Answered by
abhaypithadiya
May 19, 2023
Replies: 1 comment
-
Hey! Publish the Powergrid view file using:
Go to resources\views\vendor\livewire-powergrid\components\actions.blade.php Here you can change and update column classes. Hope this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ahosker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey!
Publish the Powergrid view file using:
php artisan vendor:publish --tag=livewire-powergrid-views
Go to resources\views\vendor\livewire-powergrid\components\actions.blade.php
Here you can change and update column classes.
Hope this helps!