-
Notifications
You must be signed in to change notification settings - Fork 128
Closed
Description
It would be nice to visually distinguish table footers and headers a bit more by enabling a specific separator.
Example
Default:
+-----+------------+-----------+--------+-----------------------------+
| # | FIRST NAME | LAST NAME | SALARY | |
+=====+============+===========+========+=============================+
| 1 | Arya | Stark | 3000 | |
+-----+------------+-----------+--------+-----------------------------+
| 20 | Jon | Snow | 2000 | You know nothing, Jon Snow! |
+-----+------------+-----------+--------+-----------------------------+
| 300 | Tyrion | Lannister | 5000 | |
+=====+============+===========+========+=============================+
| | | TOTAL | 10000 | |
+-----+------------+-----------+--------+-----------------------------+
Light:
┌─────┬────────────┬───────────┬────────┬─────────────────────────────┐
│ # │ FIRST NAME │ LAST NAME │ SALARY │ │
╞═════╪════════════╪═══════════╪════════╪═════════════════════════════╡
│ 1 │ Arya │ Stark │ 3000 │ │
│ 20 │ Jon │ Snow │ 2000 │ You know nothing, Jon Snow! │
│ 300 │ Tyrion │ Lannister │ 5000 │ │
╞═════╪════════════╪═══════════╪════════╪═════════════════════════════╡
│ │ │ TOTAL │ 10000 │ │
└─────┴────────────┴───────────┴────────┴─────────────────────────────┘
Metadata
Metadata
Assignees
Labels
No labels