Function re_space_view_dataframe::dataframe_ui::line_ui
source · fn line_ui(
ui: &mut Ui,
expanded_rows: &mut ExpandedRows<'_>,
line_index: usize,
instance_index: Option<u64>,
instance_count: u64,
cell: &CellInfo,
data_content: impl Fn(&mut Ui)
)
Expand description
Draw a single line in a table.
This deals with the row expansion interaction and logic, as well as summarizing the data when
necessary. The actual data drawing is delegated to the data_content
closure.