Expand description
Specialized editing in a table. Keeps a Vec of the row-data.
A widget that renders the table and can render an edit-widget on top.
Examples
For examples go to the rat-widget crate.
There is examples/table_edit2.rs.
Structs§
- Editable
Table Vec - Widget that supports row-wise editing of a table.
- Editable
Table VecState - State for EditTable.
Traits§
- Table
Data Vec - Extends TableData with the capability to set the actual data at a later point in time.