Crate egui_table

Source
Expand description

Table viewer for egui.

See Table.

Re-exports§

pub use columns::Column;

Modules§

columns
Logic for constrained column auto-sizing.

Structs§

CellInfo
HeaderCellInfo
HeaderRow
Describes one of potentially many header rows.
PrefetchInfo
Data given to the delegate containing information about what is about to be rendered.
SplitScroll
A scroll area with some portion of its left and/or top side “stuck”.
Table
A table viewer.
TableState

Enums§

AutoSizeMode

Traits§

SplitScrollDelegate
The contents of a SplitScroll.
TableDelegate
The interface that the user needs to implement to display a table.