Function re_space_view_dataframe::dataframe_ui::dataframe_ui

source ·
pub(crate) fn dataframe_ui(
    ctx: &ViewerContext<'_>,
    ui: &mut Ui,
    query_handle: &QueryHandle<StorageEngineArcReadGuard>,
    expanded_rows_cache: &mut ExpandedRowsCache,
    space_view_id: &SpaceViewId
) -> Vec<HideColumnAction>
Expand description

Display a dataframe table for the provided query.