Expand description
A basic table view implementation for cursive.
Structs§
- Array
Builder - A builder for creating
ArrayViewinstances from headers and raw data. - Array
Data Row - A simple row type for building array views from raw headers and data.
- Array
RowHeader - A type used for the construction of the row header in an
ArrayView. - Array
View - View to display a 2D array with row and column headers.
- Table
Builder - A builder for creating
TableViewinstances from headers and raw data. - Table
Column - A type used for the construction of columns in a
TableView. - Table
Data Row - A simple row type for building table views from raw headers and data.
- Table
View - View to select an item among a list, supporting multiple columns for sorting.
Enums§
- Select
Mode - Controls whether a table selection targets rows or individual cells.
Traits§
- Array
View Item - A trait for displaying items inside an
ArrayView. - Table
View Item - A trait for displaying and sorting items inside a
TableView.