Structs§
- Table
Column Config - Specifies the properties of a column, like its width range.
- UiAction
Context - Base context for determining current input state.
Enums§
- Cell
Write Context - Decode
Error Behavior - Empty
RowCreate Context - Move
Direction - UiAction
- Represents a user interaction, calculated from the UI input state.
- UiCursor
State
Traits§
- RowCodec
- A trait for encoding/decoding row data. Any valid UTF-8 string can be used for encoding, however, as csv is used for clipboard operations, it is recommended to serialize data in simple string format as possible.
- RowViewer
- The primary trait for the spreadsheet viewer.