rerun-io / rerun

Visualize streams of multimodal data. Free, fast, easy to use, and simple to integrate. Built in Rust.
https://rerun.io/
Apache License 2.0
6.52k stars 327 forks source link

Add support for sorting on any of the timeline column #7391

Open abey79 opened 1 month ago

jleibs commented 1 month ago

Let's do this by exposing a sort column into the dataframe APIs and then having the ui configure it.

jleibs commented 1 month ago

Per: https://github.com/rerun-io/rerun/issues/7599 I don't think we should actually be exposing RowId anymore since it's not a meanginful thing to show until we enable it as secondary index.

Re-sorting on a secondary index also seems like something we can punt on for now.