Skip to content

[Feature] UI - User Table Sort by All - #17108

Merged
yuneng-jiang merged 2 commits into
mainfrom
litellm_user_table_sort_ui
Nov 26, 2025
Merged

[Feature] UI - User Table Sort by All#17108
yuneng-jiang merged 2 commits into
mainfrom
litellm_user_table_sort_ui

Conversation

@yuneng-jiang

Copy link
Copy Markdown
Contributor

[Feature] UI - User Table Sort by All

Relevant issues

Currently when the user clicks on a sortable header, it will sort only by the values displayed in the table currently. There have been feature requests to sort by the entire set of users when clicking on a sortable header. This PR implements this feature. Sorting is dictated by what is supported on the backend, the current values are:

valid_columns = [
        "user_id",
        "user_email",
        "created_at",
        "spend",
        "user_alias",
        "user_role",
    ]

Pre-Submission checklist

Please complete all items before asking a LiteLLM maintainer to review your PR

  • I have Added testing in the tests/litellm/ directory, Adding at least 1 test is a hard requirement - see details
  • I have added a screenshot of my new test passing locally
  • My PR passes all unit tests on make test-unit
  • My PR's scope is as isolated as possible, it only solves 1 specific problem

Type

🆕 New Feature
✅ Test

Changes

image image image

@vercel

vercel Bot commented Nov 25, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
litellm Error Error Nov 25, 2025 11:59pm

@yuneng-jiang
yuneng-jiang merged commit 6c79240 into main Nov 26, 2025
34 of 59 checks passed
@ishaan-berri
ishaan-berri deleted the litellm_user_table_sort_ui branch March 26, 2026 22:00
fzowl pushed a commit to fzowl/litellm that referenced this pull request Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant