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

A dynamic table component for Laravel Livewire

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

I just upgraded to V2 and my `rowView()` is not working at all. ``` public function rowView(): string { return 'livewire-tables.rows.submissions_row'; } ``` It is loading the default view from...

Hi guys, Great extension, thanks a lot for it! Unfortunately, found a bug. Env: php 7.4, laravel 8, bootstrap4 1) "Filters" label is not clickable (just nothing happens on click)....

### 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? I don't know why this problem happens every now and then. When this happens, the table is completely disconfigured. The search input disappears. When I change the...

bug

### What happened? I'd like to use Livewire components in an array. My initial requirement is to display a hidden row when I click on an icon in a column....

bug

### What happened? In dark mode the alternate rows of the data table are not displaying the correct background colour should alternate between bg-gray-700 & bg-gray-800. Instead the bg-gray-800 (even...

bug
Version 2

One suggestion I would make is to somehow support conditional rendering of the `` tag. This would be useful in cases where, for example, not all products have an image....

enhancement

### What happened? I am trying to make use of the label method for showing the views from a relation, but eventually it doesn't work. I tried to look for...

bug

There is a problem with the header of the table it is always on the left. so I added config 'dir' to show where it's supposed to be. * [...

### What happened? so this happens to me ![image](https://github.com/rappasoft/laravel-livewire-tables/assets/73029778/da3ef494-2aab-4434-9e9d-71fff2f33981) the last 2 columns should be on collapse but the table row doesn't disappear, only the table head disappears. the culprit...

bug