-
Multiple Action Button is showing bellow not inline Bootstrap Theme. How to solve this pls help me |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey! Publish the Powergrid view file using:
Go to resources/views/vendor/livewire-powergrid/components/row.blade.php on line 14 before render actions, update the div classes to something like this:
Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
@abhaypithadiya Thanks For Your Suggestion. In this file line no. 44 to 52 i change like this
and its working. |
Beta Was this translation helpful? Give feedback.
@abhaypithadiya Thanks For Your Suggestion. In this file line no. 44 to 52 i change like this
and its working.