Skip to content

Add sorting capabilities to Inference Endpoints table#252189

Merged
saikatsarkar056 merged 13 commits intoelastic:mainfrom
saikatsarkar056:inference-endpoints-inmemory-table
Feb 11, 2026
Merged

Add sorting capabilities to Inference Endpoints table#252189
saikatsarkar056 merged 13 commits intoelastic:mainfrom
saikatsarkar056:inference-endpoints-inmemory-table

Conversation

@saikatsarkar056
Copy link
Copy Markdown
Contributor

@saikatsarkar056 saikatsarkar056 commented Feb 6, 2026

Summary

Migrates the Inference Endpoints table from a manually managed EuiBasicTable (with custom sorting, pagination, and state management) to EuiInMemoryTable, which handles sorting and pagination natively. This simplifies the code significantly and adds sorting support for the Service, Model, and Type columns.

Screen.Recording.2026-02-10.at.8.08.48.AM.mov

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 6, 2026 23:24
@saikatsarkar056 saikatsarkar056 marked this pull request as draft February 6, 2026 23:24
@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 Inference endpoints inmemory table Add sorting capabilities to Inference Endpoints table Feb 9, 2026
@saikatsarkar056 saikatsarkar056 self-assigned this Feb 9, 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 9, 2026
@saikatsarkar056 saikatsarkar056 force-pushed the inference-endpoints-inmemory-table branch from 8a7173f to e7e5683 Compare February 9, 2026 22:15
@saikatsarkar056 saikatsarkar056 marked this pull request as ready for review February 10, 2026 15:10
Copy link
Copy Markdown
Member

@efegurkan efegurkan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks Good.

Small questions but nothing blocking.

@saikatsarkar056 saikatsarkar056 enabled auto-merge (squash) February 11, 2026 17:08
@saikatsarkar056 saikatsarkar056 merged commit 5513557 into elastic:main Feb 11, 2026
16 checks passed
@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
searchInferenceEndpoints 168 167 -1

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
searchInferenceEndpoints 146.6KB 145.3KB -1.3KB

History

cc @saikatsarkar056

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.

3 participants