mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-16 12:00:50 +01:00
Update UserTable.php
This commit is contained in:
parent
73bdb8d802
commit
0dea6bf503
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user