laravel-livewire-tables icon indicating copy to clipboard operation
laravel-livewire-tables copied to clipboard

A dynamic table component for Laravel Livewire

Results 95 laravel-livewire-tables issues
Sort by recently updated
recently updated
newest added

Could you also apply this change (goto page 1) when filter value(s) are changed? _Originally posted by @edwinvdpol in https://github.com/rappasoft/laravel-livewire-tables/pull/1953#issuecomment-2376556237_ To Do

In Progress

### What happened? I expect the query string, both search and filters to re-apply when the page is refreshed or navigating back. Search applies as expected, but filters do not....

bug

### What happened? When Install package, the project becomes very heavy ### How to reproduce the bug _No response_ ### Package Version _No response_ ### PHP Version None ### Laravel...

bug

### What happened? I'm having an issue caused by bg-light on tr, that is causing a white color on my dark theme. But another problem appears if I try to...

invalid
Conversation

### What happened? Text in BooleanFilter is not enabled with the switch if text is too long. ### How to reproduce the bug _No response_ ### Package Version 3.7.3 ###...

bug

### What happened? When filtering column using BooleanFilter, value (for example Enabled, Disabled) is not showed in active badge pills. ### How to reproduce the bug Click on BooleanFilter switch...

bug
wontfix

### Overview Hye, Love the package. I was doing some building and found a interesting solution where i implemented your package to make a selection builder for large datasets (i.e....

wontfix

### Overview Current showing/hiding columns (or columns select?) is using `wire:model.live`. it would be nice if showing/hiding columns is using alpine state (`x-show`). Also, current showing/hiding columns is using title...

wontfix

### Overview We're currently implementing a filter preset system that stores the result of getTableStateToArray() and later restores it with restoreStateFromArray(). Most table state (search, sort, pagination, column visibility, etc.)...

### Overview based on [docs](https://rappasoft.com/docs/laravel-livewire-tables/v3/misc/custom-markup). it's possible to inject custom markup. ```php public function customView(): string { return 'includes.custom'; } ``` but i think it would be good to inject...