F
Filament15mo ago
Stevee

configure table pagination at service provider

at table builder can do
public function table(Table $table): Table
{
return $table
->paginated([10, 25, 50, 100, 'all']);
}
public function table(Table $table): Table
{
return $table
->paginated([10, 25, 50, 100, 'all']);
}
can do it to apply to all panel in service provider ?
2 Replies
Want results from more Discord servers?
Add your server