Skip to main content

Module view

Module view 

Source
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§

TableData
Pre-formatted table data for display.

Enums§

ColType
Column type for display formatting.
ViewMessage
Message from the REPL thread to the GUI thread for View().