v4 Page number pagination
Is the click on page number type of pagination still a thing on v4 (example pic I found from v3)? I can only get previous/next buttons to work.
I tried
->paginationMode(PaginationMode::Default)
, but it's still just previous and next buttons. Maybe I'm missing something. π€

8 Replies
use
CanPaginateRecords
trait
https://discord.com/channels/883083792112300104/1356498064440954971/1356526235072594030Still simple pagination, though I am on the ListUsers page so I think CanPaginateRecords was already applied
where are you using this page? Is it a custom page, resource list page..?
Yeah just a regular list page via
php artisan filament:resource
https://github.com/Kturva/pagination/blob/main/app/Filament/Resources/Users/Tables/UsersTable.php#L36GitHub
pagination/app/Filament/Resources/Users/Tables/UsersTable.php at ma...
Contribute to Kturva/pagination development by creating an account on GitHub.
Maybe i'll check how it worked on v3, but i feel like it had clickable page numbers by default even π€
Solution

add
$panel->maxContentWidth(Width::Full)
in the AdminPanelProvider and check again pleaseOh my goodness it was my browser width? So its always "simple" if the displayport is too narrow
π sorry about everything, I'll fix it with some CSS for myself