Skip to content

Add sorting capabilities to Inference Endpoints table#251769

Closed
saikatsarkar056 wants to merge 11 commits intoelastic:mainfrom
saikatsarkar056:inference-endpoints-sorting-feature
Closed

Add sorting capabilities to Inference Endpoints table#251769
saikatsarkar056 wants to merge 11 commits intoelastic:mainfrom
saikatsarkar056:inference-endpoints-sorting-feature

Conversation

@saikatsarkar056
Copy link
Copy Markdown
Contributor

@saikatsarkar056 saikatsarkar056 commented Feb 4, 2026

Summary

Adds a Sort dropdown and sortable columns to the Inference Endpoints management page, allowing users to sort endpoints by different fields.

Changes

  • New Sort dropdown - Added a "Sort" button in the toolbar that displays a dropdown menu with sort options:

    • Endpoint
    • Service
    • Type
    • Model
  • Sortable column headers - All data columns (Endpoint, Model, Service, Type) now support sorting by clicking the column header to toggle ascending/descending order

  • Extended sort fields - Updated SortFieldInferenceEndpoint enum to support sorting by inference_id, service, task_type, and model

  • Updated sorting logic - Enhanced useTableData hook to handle sorting for all fields, including Model which extracts data from nested service_settings

Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

  • Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support
  • Documentation was added for features that require explanation or tutorials
  • Unit or functional tests were updated or added to match the most common scenarios
  • If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the docker list
  • This was checked for breaking HTTP API changes, and any breaking changes have been approved by the breaking-change committee. The release_note:breaking label should be applied in these situations.
  • Flaky Test Runner was used on any tests changed
  • The PR description includes the appropriate Release Notes section, and the correct release_note:* label is applied per the guidelines
  • Review the backport guidelines and apply applicable backport:* labels.

Identify risks

Does this PR introduce any risks? For example, consider risks like hard to test bugs, performance regression, potential of data loss.

Describe the risk, its severity, and mitigation for each identified risk. Invite stakeholders and evaluate how to proceed before merging.

Release Note

Adds sorting capabilities to the Inference Endpoints table, allowing users to sort by Endpoint, Service, Type, or Model using a dropdown or by clicking column headers.

@saikatsarkar056 saikatsarkar056 requested a review from a team as a code owner February 4, 2026 21:45
@saikatsarkar056 saikatsarkar056 marked this pull request as draft February 4, 2026 21:45
@saikatsarkar056 saikatsarkar056 self-assigned this Feb 4, 2026
@elasticmachine
Copy link
Copy Markdown
Contributor

🤖 Jobs for this PR can be triggered through checkboxes. 🚧

ℹ️ To trigger the CI, please tick the checkbox below 👇

  • Click to trigger kibana-pull-request for this PR!
  • Click to trigger kibana-deploy-project-from-pr for this PR!
  • Click to trigger kibana-deploy-cloud-from-pr for this PR!
  • Click to trigger kibana-entity-store-performance-from-pr for this PR!
  • Click to trigger kibana-storybooks-from-pr for this PR!

@saikatsarkar056 saikatsarkar056 changed the title Sort on model column Add sorting capabilities to Inference Endpoints table Feb 4, 2026
@saikatsarkar056 saikatsarkar056 added backport:skip This PR does not require backporting release_note:feature Makes this part of the condensed release notes Team:Search v9.4.0 labels Feb 4, 2026
@saikatsarkar056
Copy link
Copy Markdown
Contributor Author

Closing this PR in favor of #252189

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip This PR does not require backporting release_note:feature Makes this part of the condensed release notes Team:Search v9.4.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants