configure table pagination at service provider
at table builder can do
can do it to apply to all panel in service provider ?
can do it to apply to all panel in service provider ?
public function table(Table $table): Table
{
return $table
->paginated([10, 25, 50, 100, 'all']);
}