nushell/crates/nu-table
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
..
examples Add an option to move header on borders (#9796) 2023-08-04 07:03:20 +12:00
src Add an option to move header on borders (#9796) 2023-08-04 07:03:20 +12:00
tests Add an option to move header on borders (#9796) 2023-08-04 07:03:20 +12:00
.gitignore Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
Cargo.toml Add an option to move header on borders (#9796) 2023-08-04 07:03:20 +12:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00