We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bdb8d commit 0dea6bfCopy full SHA for 0dea6bf
app/Http/Livewire/UserTable.php
@@ -15,6 +15,7 @@ class UserTable extends DataTableComponent
15
public function configure(): void
16
{
17
$this->setPrimaryKey('id');
18
+ $this->setPerPageAccepted([50, 100, 250, 500, 1000, -1]);
19
}
20
21
public function columns(): array
0 commit comments