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