Crate egui_deferred_table

Crate egui_deferred_table 

Source

Structs§

AxisParameters
Specifies the axis (row/column) parameters.
CellIndex
DeferredTable
EditorState
NullEditor
A dummy editor to keep the compiler happy, should get compiled out.
SimpleTupleRenderer
Helper for rendering tables based on tuple slices
TableDimensions

Enums§

Action
CellEditState
Editable table support

Traits§

ApplyChange
DeferredTableDataSource
DeferredTableRenderer
EditableTableRenderer
Implement this to enable data source editing support.

Functions§

apply_reordering
Helper method to be used by clients to help with handling column re-ordering during action processing.