livewire-powergrid
livewire-powergrid copied to clipboard
⚡ PowerGrid generates modern, powerful and easy-to-customize data tables using Laravel Livewire.
"livewire/livewire": "^2.5", "power-components/livewire-powergrid": "^2.2", "laravel/framework": "^9.0", those are the versions we are using. 
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...
Multiselect filter make vertical scrolling of table when number of rows too small (less than height of multiselect items)  Do you have any ideas how to fix it? I...
This is my datasource :  The table shows up normally, but after fiiltering or doing an action that refresh the table, it shows this error : First iit shows...
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.......