You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).