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

### What happened? My understanding is if we want to keep showing the bulk action button, we can do the following: ```php $this->hideBulkActionsWhenEmpty = false; $this->setHideBulkActionsWhenEmptyStatus(false); ``` I tried that,...

bug

Regression from 65ce4947ab58b77fb3e454423202edd17e414e49 #1371 Fixes: #1587 Check if component is instanceof DataTableComponent so as not to inject on every livewire page, only ones with a datatable component ### All Submissions:...

### What happened? ![image](https://github.com/rappasoft/laravel-livewire-tables/assets/14072334/465bfae6-ca6e-4df3-86fb-ba0c987907df) When clicking on the checkbox an error occurs ![image](https://github.com/rappasoft/laravel-livewire-tables/assets/14072334/6ae114df-7106-486c-896d-f243851ce287) After investigating i came across this: In this function ![image](https://github.com/rappasoft/laravel-livewire-tables/assets/14072334/4fa3c8c4-8a19-440b-b664-871e4b43948f) I noticed this function doesnt include the...

bug
wontfix

### What happened? Error description: I'm making a multiple selection of items to later perform a Bulk operation with them. I select a first item, then perform a search to...

bug

### What happened? I got this error every time when datable is loaded, and every time on refresh ![image](https://github.com/rappasoft/laravel-livewire-tables/assets/1563927/e9cabf00-d2d9-4d42-a90f-4c9ec84d5f3e) ### How to reproduce the bug Juste on page load or...

bug

### What happened? I have just upgraded to v3. I have some tables with nearly 1M rows and some relationships. These worked fine in V2 using simple pagination. V3 has...

bug
wontfix

Added the method setComponentView to be able to configure the view from third party packages (package::components.view) ### All Submissions: * [x ] Have you followed the guidelines in our Contributing...

### Docs & Tests In Progress This PR adds in the WireLinkColumn Column Type This is not ready for merging, as Docs & Tests still need completing. WireLinkColumn: - Removes...

### Overview i am facing same issue. i am working with livewire and i wanted to create datatable `PurchaseCodeVerifierTable` and model location is `modules/Items/Models/PurchaseCodeVerifier` ### Detailed explanation here is command...

### Overview We are grateful for the efforts you have put into this package, it has saved us tons of hours of effort. As we work on newer projects, we...