filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
18.08k stars 2.83k forks source link

unable to select per page in table when seeded a lot of data #8890

Closed gyaanesh closed 12 months ago

gyaanesh commented 12 months ago

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 image

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. image

and when changing the current active page I cant even see per page section image

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

awcodes commented 12 months ago

Duplicate of #7597

zepfietje commented 12 months ago

Closing as dupe.

gyaanesh commented 12 months ago

how can i resolve it ??

zepfietje commented 12 months ago

Please read the discussion on https://github.com/filamentphp/filament/issues/7597 and let us know if you want to attempt a fix. 🙂

zepfietje commented 12 months ago

Please read the discussion I linked to, as this isn't the ideal solution.