mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-08 16:18:45 +01:00
Updated user table default sorting
This commit is contained in:
parent
f6155b5959
commit
6f6502095f
@ -15,6 +15,7 @@ class UserTable extends DataTableComponent
|
||||
public function configure(): void
|
||||
{
|
||||
$this->setPrimaryKey('id');
|
||||
$this->setDefaultSort('created_at', 'asc');
|
||||
$this->setPerPageAccepted([50, 100, 250, 500, 1000, -1]);
|
||||
$this->setColumnSelectEnabled();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user