© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•10mo ago•
4 replies
Sourabh

how to create a pagination summary .

I want to create a pagination summary like the one in the attached image.
I have tried the below code, but it is not working .
use Filament\Tables\Table;

public static function table(Table $table): Table
{
    return $table
        ->columns([
            TextColumn::make('name'),
            TextColumn::make('status'),
        ])
        ->paginated([10, 25, 50,100])
        ->extremePaginationLinks();
        
}
use Filament\Tables\Table;

public static function table(Table $table): Table
{
    return $table
        ->columns([
            TextColumn::make('name'),
            TextColumn::make('status'),
        ])
        ->paginated([10, 25, 50,100])
        ->extremePaginationLinks();
        
}
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

Table pagination results summary position
FilamentFFilament / ❓┊help
2y ago
how to put a space in summary?
FilamentFFilament / ❓┊help
2y ago
How to toggle pagination ?
FilamentFFilament / ❓┊help
3y ago
How to change summary text color?
FilamentFFilament / ❓┊help
2y ago