Module re_view_dataframe::dataframe_ui
source ยท Structsยง
- BatchRef ๐
- [
egui_table::TableDelegate
] implementation for displaying aQueryHandle
in a table. - RowsDisplayData ๐This structure maintains the data for displaying rows in a table.
Enumsยง
- CellStyle ๐Style for
cell_with_hover_button_ui
. - HideColumnAction ๐Ui actions triggered by the dataframe UI to be handled by the calling code.
Functionsยง
- Draw some cell content with a right-aligned, on-hover button.
- Groups column by entity paths.
- dataframe_ui ๐Display a dataframe table for the provided query.
- error_ui ๐
- line_ui ๐Draw a single line in a table.
- split_ui_vertically ๐Helper to draw individual lines into an expanded cell in a table.