Update UserTable.php

This commit is contained in:
Julian Prieber 2023-10-20 01:21:30 +02:00
parent 73bdb8d802
commit 0dea6bf503
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ class UserTable extends DataTableComponent
public function configure(): void
{
$this->setPrimaryKey('id');
$this->setPerPageAccepted([50, 100, 250, 500, 1000, -1]);
}
public function columns(): array