pub type TableColumns = Vec<(ValuesSource, Vec<(ColumnDef, Value)>)>;
pub struct TableColumns { /* private fields */ }