livewire-powergrid icon indicating copy to clipboard operation
livewire-powergrid copied to clipboard

⚡ PowerGrid generates modern, powerful and easy-to-customize data tables using Laravel Livewire.

Results 42 livewire-powergrid issues
Sort by recently updated
recently updated
newest added

"livewire/livewire": "^2.5", "power-components/livewire-powergrid": "^2.2", "laravel/framework": "^9.0", those are the versions we are using. ![Capture1](https://user-images.githubusercontent.com/16316372/183395196-b99d5d0a-64c2-4eb9-9dd5-601f834f8e12.PNG)

bug

fillData() is the method that is called to update data when a change is made. For collections, the cache is not purged when fillData() is called, so the function call...

When iterating through filters, the code set the table at the beginning, but if any tables were referenced with dot notation by the filters, it overwrote the original table, causing...

Adds Multiple Column Sorting set public $multiSort to true Unable to test a clean pull. Please run a test if you don't mind

The current code assumes that your data source model/query is on the default connection, rather than pulling the database driver name from the query/model of the data source. In my...

# PowerGrid Bug Report Thank you for reporting a bug and helping us to improve PowerGrid! ## Guidelines ` 🐛 ` We use GitHub Issues exclusively for tracking bugs and...

bug

Multiselect filter make vertical scrolling of table when number of rows too small (less than height of multiselect items) ![image](https://user-images.githubusercontent.com/39707635/157606697-5b8ead79-a138-4d8d-a114-21a04af99b0f.png) Do you have any ideas how to fix it? I...

bug
bootstrap
tailwind

This is my datasource : ![collection_datasource](https://user-images.githubusercontent.com/81111919/172072937-b642118e-9f87-4760-b4e6-0decd61596d0.png) The table shows up normally, but after fiiltering or doing an action that refresh the table, it shows this error : First iit shows...

bug

I have a strange behaviour of filtering dates using flatpickr, (see video). I have records on 12/05/2022... when I choose the exact date on the picker: it returns zero rows.......