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…
Reference in New Issue