laravel-livewire-tables
laravel-livewire-tables copied to clipboard
A dynamic table component for Laravel Livewire
### What happened? The class ```w-100``` causes the dropdown item text to overflow. If the class is removed, the text displays normally. https://github.com/user-attachments/assets/b57a39fc-5bc7-436c-b419-0ef90a33057f ### How to reproduce the bug _No...
### All Submissions: * [x] Have you followed the guidelines in our Contributing document? * [x] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same...
### What happened? Hi, someone has issued this last year #1778 but he doesn't give additional info. My class. ``` class WorkPlaceReserved extends BaseModel { ..... public function motivestarted() {...
### What happened? I have some columns marked with ->deselected() so they don’t appear by default. When I manually select these columns one by one, the table remembers the selection...
### What happened? In older versions, default sorting would not show the sorting pills. This felt like natural behaviour as this sorting is not decided by the user and therefore...