Your question
Is it possible to sort entries in lists by name?
For example accounts or groups?
Thank you!
I understand that topics in this category are triaged by a bot first but a human reply will follow up. If I’d prefer a human-only reply, I’ll add the no-ai tag to my topic.
on
The WebUI’s list component does support column sorting. The renderSortIndicator function shows that sort buttons appear on column headers, but only for columns that are defined as sortable in the schema (list.sort field). Let me check what fields are declared sortable for accounts/principals.
Yes, the admin lists support sorting: clicking a sortable column header sorts the list (it drives a JMAP sort by that property and reflects it in the URL as sort/sortDir). If a particular column isn’t sorting for you, that column just isn’t flagged sortable for that object.