Crate cursive_table_view[][src]

A basic table view implementation for cursive.

Structs

TableColumn

A type used for the construction of columns in a TableView.

TableView

View to select an item among a list, supporting multiple columns for sorting.

Traits

TableViewItem

A trait for displaying and sorting items inside a TableView.