laravel-livewire-tables
laravel-livewire-tables copied to clipboard
A dynamic table component for Laravel Livewire
This PR uses the new Attribute Management approach for the Pagination blades. Adjusting: - setPaginationWrapperAttributes - setPerPageFieldAttributes Adding: - setPerPageWrapperAttributes (Customise the div element that wraps the per-page dropdown) -...
### What happened? htmlspecialchars(): Argument #1 ($string) must be of type string, array given {"view":{"view":"/var/www/vhosts/Laravel/vendor/rappasoft/laravel-livewire-tables/resources/views/components/tools/filter-pills.blade.php","data":[]} ### How to reproduce the bug Dont know why it is creating this error but...
### What happened? When interacting with a MultiSortFilter and selecting the "All" option (or selecting everything other than "All" manually), it shows all of the checkboxes as checked, and the...
### What happened? Clicking a field column header with sorting enabled, should apply the requested sort with no errors. Instead the sort is applied but then the datatable breaks. Filtering...
### What happened? Enable then disable the boolean filter will not update the switch value [Inconsistently switch ui on Boolean filter.webm](https://github.com/user-attachments/assets/4bea1380-17a6-4c38-9981-3b9f3a4fa4eb) ### How to reproduce the bug _No response_ ###...
- Migrate the Loading Placeholder styling methods into a new Trait - Move the custom loading placeholder blade within the default "td" TO DO: - Docs - Tests ### All...
### What happened? The table header when the column is not sortable, the class is not applied to the label correctly:  ### How to reproduce the bug...
### All Submissions: * [ ] Have you followed the guidelines in our Contributing document? * [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for...
### All Submissions: * [ ] Have you followed the guidelines in our Contributing document? * [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for...
### What happened? when upgrading to version 3.4.15. Columns with secondaryHeader are experiencing a fatal error: Rappasoft\LaravelLivewireTables\Views\Column::getSecondaryHeaderContents(): Return value must be of type Illuminate\Contracts\Foundation\Application|Illuminate\View\Factory|Illuminate\View\View|Illuminate\Support\HtmlString|string, null returned. The same application running...