You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
Are you talking about the user management in the admin area? Copy the Users module into your modules folder, then looking on controllers/settings.php.
Somewhere in the index.php, before the find_all just add
$this->user_model->order_by('username', 'asc');
You can add a Select on the form if you want so you can change what it orders by on the fly. I usually add a ajax search in that module for all my projects.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey all,
Is there built in functionality to sort the User Management list by username? Or will I have to write my own sort for this?
The text was updated successfully, but these errors were encountered: