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

### 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...

### 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...

### 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...

wontfix

Hello, I'm experiencing this issue. When I make a search with Laravel Scout I have no results and yet everything seems to be going well.

**Problem:** When using bulk actions, selecting the checkbox for all rows does not check the rows and I get the error "ORA-00918: column ambiguously defined" **Cod** `` protected $model =...

### 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...

Hello, Using version 2.7 As I'm having the known problem about multiple tables and the column Hash on column name, I'm using a Table with setRememberColumnSelectionStatus(true) and all the other...

Whenever a value for a column contains a double quote character the table throws a Javascript error like the following one: ``` Uncaught (in promise) DOMException: Failed to execute 'setAttribute'...

I am using the following code for an Individual column search, but when I press the 'x' button it only clears the input not the table - the table still...

There is a problem when you have two relationships with the same table it always shows the first relationship. I'll try to explain: I have a model like this: ```...

bug
help wanted