change records per page in admin panel v2

protected function getTableRecordsPerPageSelectOptions(): array
{
return [10, 25, 50, 100];
} , this fn can be used in livewire component, how to do this in admin panel in v2?
Was this page helpful?