nushell/crates/nu-table/src
Stefan Holderbach 7ebae0b5f7
Refactor table cmd and nu-table with Record API (#10930)
# Description
- Simplify `table` record highlight with `.get_mut`
  - pretty straight forward
- Use record iterators in `table` abbreviation logic
- This required some rework if we go from guaranted contiguous arrays to
iterators
- Refactor `nu-table` internals to new record API
# User-Facing Changes
None intened

# Tests + Formatting
(-)
2023-11-08 01:22:47 +01:00
..
types Refactor table cmd and nu-table with Record API (#10930) 2023-11-08 01:22:47 +01:00
common.rs nu-table: Use config color scheme in kv tables and table -e (#10720) 2023-10-14 19:25:00 -05:00
lib.rs Add an option to set header on border (style) (#9920) 2023-08-04 13:50:47 -05:00
table_theme.rs Update crates-ci/typos and fix new typos (#10313) 2023-09-11 12:37:06 +02:00
table.rs nu-table: Fix expand table unnessary color in trail head config when wrap is used (#10367) 2023-09-15 11:44:53 -05:00
unstructured_table.rs Refactor table cmd and nu-table with Record API (#10930) 2023-11-08 01:22:47 +01:00
util.rs nu-table: Fix expand table unnessary color in trail head config when wrap is used (#10367) 2023-09-15 11:44:53 -05:00