Expand description
A basic table view implementation for cursive.
Structs§
- Table
Column - A type used for the construction of columns in a
TableView
. - Table
View - View to select an item among a list, supporting multiple columns for sorting.
Traits§
- Table
View Item - A trait for displaying and sorting items inside a
TableView
.