Re-exports§
pub use columns::Column;
Modules§
- columns
- Logic for constrained column auto-sizing.
Structs§
- Cell
Info - Header
Cell Info - Header
Row - Describes one of potentially many header rows.
- Prefetch
Info - Data given to the delegate containing information about what is about to be rendered.
- Split
Scroll - A scroll area with some portion of its left and/or top side “stuck”.
- Table
- A table viewer.
- Table
State
Enums§
Traits§
- Split
Scroll Delegate - The contents of a
SplitScroll
. - Table
Delegate - The interface that the user needs to implement to display a table.