Function re_space_view_text_log::space_view_class::table_ui
source · fn table_ui(
ctx: &ViewerContext<'_>,
ui: &mut Ui,
state: &TextSpaceViewState,
entries: &[&Entry],
scroll_to_row: Option<usize>
)
Expand description
scroll_to_row
indicates how far down we want to scroll in terms of logical rows,
as opposed to scroll_to_offset
(computed below) which is how far down we want to
scroll in terms of actual points.