Update UserTable.php
This commit is contained in:
parent
73bdb8d802
commit
0dea6bf503
|
@ -15,6 +15,7 @@ class UserTable extends DataTableComponent
|
||||||
public function configure(): void
|
public function configure(): void
|
||||||
{
|
{
|
||||||
$this->setPrimaryKey('id');
|
$this->setPrimaryKey('id');
|
||||||
|
$this->setPerPageAccepted([50, 100, 250, 500, 1000, -1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function columns(): array
|
public function columns(): array
|
||||||
|
|
Loading…
Reference in New Issue