Crate better_cursive_table

Crate better_cursive_table 

Source
Expand description

A basic table view implementation for cursive.

Structs§

ArrayBuilder
A builder for creating ArrayView instances from headers and raw data.
ArrayDataRow
A simple row type for building array views from raw headers and data.
ArrayRowHeader
A type used for the construction of the row header in an ArrayView.
ArrayView
View to display a 2D array with row and column headers.
TableBuilder
A builder for creating TableView instances from headers and raw data.
TableColumn
A type used for the construction of columns in a TableView.
TableDataRow
A simple row type for building table views from raw headers and data.
TableView
View to select an item among a list, supporting multiple columns for sorting.

Enums§

SelectMode
Controls whether a table selection targets rows or individual cells.

Traits§

ArrayViewItem
A trait for displaying items inside an ArrayView.
TableViewItem
A trait for displaying and sorting items inside a TableView.