Power-Components / livewire-powergrid

⚡ PowerGrid generates modern, powerful and easy-to-customize data tables using Laravel Livewire.
https://livewire-powergrid.com
MIT License
1.42k stars 209 forks source link

Fix action buttons to appear inline #1395

Closed akulmehta closed 5 months ago

akulmehta commented 5 months ago

⚡ PowerGrid - Pull Request


Motivation

Description

Earlier versions of PowerGrid would allow all action buttons to be inline within a row, like:

image

Since 5.x this has changed as it is contained in individual div elements, making it appear more cluttered like:

image

This PR proposes to change it to span elements to fix this and get the same UI as previous versions.

Please Note - I have checked this only with Bootstrap and not with the Tailwind stack, so I am not sure if this breaks something with the Tailwind UI.

Related Issue(s): #_____.

Documentation

This PR requires Documentation update?

luanfreitasdev commented 5 months ago

Thanks for this PR! This would not be able to break in the tailwind.