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]

[src]

Sets the default ordering of the column.

[src]

Sets the horizontal text alignment of the column.

[src]

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

[src]

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