Skip to content

Commit 0dea6bf

Browse files
committed
Update UserTable.php
1 parent 73bdb8d commit 0dea6bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Http/Livewire/UserTable.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class UserTable extends DataTableComponent
1515
public function configure(): void
1616
{
1717
$this->setPrimaryKey('id');
18+
$this->setPerPageAccepted([50, 100, 250, 500, 1000, -1]);
1819
}
1920

2021
public function columns(): array

0 commit comments

Comments
 (0)