open-webui/src/lib/components/admin/Users
Classic298 b1dc58ddb7
feat: add sortable columns to groups admin panel (#21692)
* feat: add sortable columns to groups admin panel

Make the Group and Users column headers in the admin groups list clickable to sort groups alphabetically by name or numerically by member count. Clicking a column toggles ascending/descending order, indicated by a chevron icon. When no sort is active, the default API order (by updated_at) is preserved.

* Update Groups.svelte

* Update Groups.svelte
2026-02-21 14:18:37 -06:00
..
Groups refac 2026-02-15 23:28:47 -06:00
UserList Fix dropdown backgrounds (#19693) 2025-12-02 15:16:36 -05:00
Groups.svelte feat: add sortable columns to groups admin panel (#21692) 2026-02-21 14:18:37 -06:00
UserList.svelte refac 2026-02-12 17:42:15 -06:00