ambengers / laravel-query-filter

Laravel query filter provides an elegant way to filter your eloquent models via the request query string.
MIT License
30 stars 5 forks source link

Livewire v3 compatibility #26

Closed Misagh90 closed 1 month ago

Misagh90 commented 9 months ago

Hi, I tried Query filter with Livewire V3 & it is not compatible, especially with a new method of Livewire Pagination.

MohammaddReza commented 9 months ago

I have the same problem with livewire pagination. The queries work in the address but pagination buttons do not work. livewire 2 and 3 pagination methods are different.

ambengers commented 7 months ago

@Misagh90 I don't personally use Livewire V3 on any of my projects right now so I might not be able to get the package to support it immediately.

Feel free to submit a PR if you want to.