How to update the class for the actions column #896
-
I am using latest Livewere Powergrid (v 3), and I can't find anywhere how to change/update actions column classes. Is it even possible to do this? |
Beta Was this translation helpful? Give feedback.
Answered by
abhaypithadiya
Apr 1, 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
Brav
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!