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