We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to visually distinguish table footers and headers a bit more by enabling a specific separator.
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 │ │ └─────┴────────────┴───────────┴────────┴─────────────────────────────┘
The text was updated successfully, but these errors were encountered:
☹ looks like a duplicate of #218 - I'm sorry I've been putting this off for some time. Let me spend some time in April trying to get this running.
Sorry, something went wrong.
It does indeed look like a duplicate, but there it is requested to have a different top and bottom border of the table.
I'm requesting a different bottom for the header and top for the footer..
Unless that would be incorporated when implementing that issue, it is not exactly the same and my use case isn't specifically mentioned over there..
No branches or pull requests
It would be nice to visually distinguish table footers and headers a bit more by enabling a specific separator.
Example
Default:
Light:
The text was updated successfully, but these errors were encountered: