© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
3 replies
Ryan Drewniak

Pagination default value on tables

I've got my default value added to the pagination dropdown count:
protected function getTableRecordsPerPageSelectOptions(): array 
{
    return [5, 10, 25, 50, 100];
}
protected function getTableRecordsPerPageSelectOptions(): array 
{
    return [5, 10, 25, 50, 100];
}

But I can't find a way to set the default pagination count to '5'. Does anyone know how to override the default/inital pagination value for a custom table?
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Default Pagination for all tables
FilamentFFilament / ❓┊help
3y ago
Numbered pagination in tables
FilamentFFilament / ❓┊help
2y ago
Default pagination to "All"
FilamentFFilament / ❓┊help
3y ago
MorphToSelect default value value
FilamentFFilament / ❓┊help
6mo ago