Expand description
This module provides styling presets for tables.
Every preset has an example preview.
Constants§
- ASCII_
BORDERS_ ONLY - Just like ASCII_FULL, but without vertical/horizontal middle lines.
- ASCII_
BORDERS_ ONLY_ CONDENSED - Just like ASCII_BORDERS_ONLY, but without spacing between rows.
- ASCII_
FULL - The default style for tables.
- ASCII_
FULL_ CONDENSED - Just like ASCII_FULL, but without dividers between rows.
- ASCII_
HORIZONTAL_ ONLY - Just like ASCII_FULL, but without vertical/horizontal middle lines and no side borders.
- ASCII_
MARKDOWN - Markdown like table styles.
- ASCII_
NO_ BORDERS - Just like ASCII_FULL, but without any borders.
- NOTHING
- Don’t draw any borders or other lines. Useful, if you want to simply organize some data without any cosmetics.
- UTF8_
BORDERS_ ONLY - Just like the UTF8_FULL style, but without vertical/horizontal middle lines.
- UTF8_
FULL - The UTF8 enabled version of the default style for tables.
Quite beautiful isn’t it? It’s drawn with UTF8’s box drawing characters. - UTF8_
FULL_ CONDENSED - Default UTF8 style, but without dividers between rows.
- UTF8_
HORIZONTAL_ ONLY - Only display vertical lines.
- UTF8_
NO_ BORDERS - Default UTF8 style, but without any borders.