Table::configureUsing(function (Table $table): void {
$table
->paginationPageOptions([5,10,15,25])
->recordUrl(false)
->striped();
});
Table::configureUsing(function (Table $table): void {
$table
->paginationPageOptions([5,10,15,25])
->recordUrl(false)
->striped();
});