Struct cursive_table_view::TableColumn [] [src]

pub struct TableColumn<H: Copy + Clone + 'static> { /* fields omitted */ }

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

Methods

impl<H: Copy + Clone + 'static> TableColumn<H>
[src]

Sets the default ordering of the column.

Sets the horizontal text alignment of the column.

Sets how many characters of width this column will try to occupy.

Sets what percentage of the width of the entire table this column will try to occupy.