nushell/crates/nu-table/src
Maxim Zhiburt 7162289d77
Add an option to move header on borders (#9796)
A patch to play with.
Need to make a few tests after all.

The question is what shall be done with `table.mode = none`, as it has
no borders.

```nu
$env.config.table.move_header = true
```


![image](https://github.com/nushell/nushell/assets/20165848/cdcffa6d-989c-4368-a436-fdf7d3400e31)

cc: @fdncred

---------

Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com>
2023-08-04 07:03:20 +12:00
..
types Add an option to move header on borders (#9796) 2023-08-04 07:03:20 +12:00
common.rs Add an option to move header on borders (#9796) 2023-08-04 07:03:20 +12:00
lib.rs Add an option to move header on borders (#9796) 2023-08-04 07:03:20 +12:00
table_theme.rs Add an option to move header on borders (#9796) 2023-08-04 07:03:20 +12:00
table.rs Add an option to move header on borders (#9796) 2023-08-04 07:03:20 +12:00
unstructured_table.rs Changes HashMap to use aHash instead, giving a performance boost. (#9391) 2023-06-10 11:41:58 -05:00
util.rs Add an option to move header on borders (#9796) 2023-08-04 07:03:20 +12:00