Skip to content

Experiments / Segments root tables reorder rows when loading more data on scroll #2894

@zackcl

Description

@zackcl

When scrolling down the Experiments or Segments root tables, existing rows change their order as new rows are loaded. This makes the list feel unstable and confusing to use.

In contrast, the Feature Flags root table behaves correctly: when more rows are loaded on scroll, the existing rows keep their original order.

This may be related to how paginated requests are handled for Experiments and Segments (e.g. re-sorting on each new page load), but regardless of implementation, the expected behavior should match Feature Flags:

  • Loading more rows should append new items
  • Existing rows should not be reordered

Attached video shows the difference between Feature Flags (stable) and Experiments/Segments (unstable).

Screen.Recording.2026-01-27.at.11.01.34.AM.mov

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    No status

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions