You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you set if ($cnt > 5) { in database/factories/CustomerFactory.php:26
Then id 41 is always missing when sorting by created_at.
If you set if ($cnt > 15) { then then 63 is missing.
Reproduction repository (issue will be closed if this is not valid)
Package
filament/filament
Package Version
v3.3.4
Laravel Version
v12.2.0 also v11.44.2
Livewire Version
v3.6.2
PHP Version
8.2.26
Problem description
Expected behavior
All items should appear eventually.
running regular laravel paginators. I.e.:
In tinker works as expected
Steps to reproduce
Just migrate and seed the example repo.
If you set
if ($cnt > 5) {
in database/factories/CustomerFactory.php:26Then id 41 is always missing when sorting by created_at.
If you set
if ($cnt > 15) {
then then 63 is missing.Reproduction repository (issue will be closed if this is not valid)
https://github.com/helios-live/filament-paging-bug
Relevant log output
The text was updated successfully, but these errors were encountered: