most recent users first
This commit is contained in:
parent
7b59eebb0a
commit
d18d25b3d1
@ -54,7 +54,7 @@ class UserTable extends Table
|
||||
new DateColumn("joindate", "Join Date"),
|
||||
new UserActionColumn(),
|
||||
]);
|
||||
$this->order_by = ["name"];
|
||||
$this->order_by = ["id DESC"];
|
||||
$this->table_attrs = ["class" => "zebra"];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user