Power-Components / livewire-powergrid

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

[FIX] Actions buttons alignment when using `route()` #1562

Closed dansysanalyst closed 1 month ago

dansysanalyst commented 1 month ago

⚡ PowerGrid - Pull Request

Welcome and thank you for your interest in contributing to our project!. You must use this template to submit a Pull Request or it will not be accepted.


Motivation

Description

This Pull Request attempts to fix the miss alignment of buttons when using route(), which converter the element from a <button> to a <a>.

❌ BEFORE:

CleanShot 2024-05-20 at 16 57 36@2x

CleanShot 2024-05-20 at 17 13 48@2x

✅ AFTER:

after

CleanShot 2024-05-20 at 17 14 14@2x

Related Issue(s): https://github.com/Power-Components/livewire-powergrid/issues/1561

Documentation

This PR requires Documentation update?