fn render_column_headers(config: &Config, columns: &[String]) -> HTML {
HTML(
String::from(r#"<tr class="key"><th></th>"#)
fn render_column_headers(config: &Config, columns: &[String]) -> HTML {
HTML(
String::from(r#"<tr class="key"><th></th>"#)
- + &column_header_order(config, columns).fold(String::new(), |mut acc, ocol| {
+ + &column_header_labels(config, columns).fold(String::new(), |mut acc, ocol| {
.eq([Some(&"bar".to_owned()), Some(&"foo".to_owned())]));
cfg.static_columns.push(None);
.eq([Some(&"bar".to_owned()), Some(&"foo".to_owned())]));
cfg.static_columns.push(None);