1
0
mirror of https://github.com/LinkStackOrg/LinkStack.git synced 2025-04-12 09:31:09 +02:00

Update UserTable.php

This commit is contained in:
Julian Prieber 2023-10-20 01:21:30 +02:00
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