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