Module rat_widget::table
source · Expand description
F-Table
Modules§
- Editing support for Table.
- Different selection models for Table.
- Implements a Row and a Cell struct that are compatible to ratatui. You only need these if you use preformatted data.
Structs§
- Table widget.
- Render-context for rendering a table-cell.
- Table state.
- Combined style.
Traits§
- Trait for accessing the table-data by the Table.
- Trait for accessing the table-data by the Table.
- Trait for the different selection models used by Table.