We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6155b5 commit 6f65020Copy full SHA for 6f65020
app/Http/Livewire/UserTable.php
@@ -15,6 +15,7 @@ class UserTable extends DataTableComponent
15
public function configure(): void
16
{
17
$this->setPrimaryKey('id');
18
+ $this->setDefaultSort('created_at', 'asc');
19
$this->setPerPageAccepted([50, 100, 250, 500, 1000, -1]);
20
$this->setColumnSelectEnabled();
21
}
0 commit comments