Closed gyaanesh closed 1 year ago
Duplicate of #7597
Closing as dupe.
how can i resolve it ??
Please read the discussion on https://github.com/filamentphp/filament/issues/7597 and let us know if you want to attempt a fix. 🙂
Please read the discussion I linked to, as this isn't the ideal solution.
Package
filament/filament
Package Version
^3.0
Laravel Version
10.26.2
Livewire Version
No response
PHP Version
8.1
Problem description
I created some tables in filament admin to display my data. when the number of total pages is less I cansee and change per page record as in this screenshot
but then I seeded 30,000 records to my table now I am not able to select the per page because the page links are coming on top of the per page section. The screenshot is given below.
and when changing the current active page I cant even see per page section
Expected behavior
page links should not overflow
Steps to reproduce
seeded 30k rows working fine for less data PHP artisan db:seed --class=CompanySeeder
Reproduction repository
https://github.com/gyaanesh/filament.git
Relevant log output
No response