Expand description
View() data frame viewer using egui_table.
Sends table data to the GUI thread for rendering in a scrollable spreadsheet-like window with sticky row names, resizable columns, and virtual scrolling for large data frames.
Structs§
- Table
Data - Pre-formatted table data for display.
Enums§
- ColType
- Column type for display formatting.
- View
Message - Message from the REPL thread to the GUI thread for View().