Module comfy_table::presets[][src]

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.

This is here for compatibiliity reasons. It’ll be removed in the next major version update. TODO: Remove in v5.0

Just like ASCII_FULL, but without vertical/horizontal middle lines and no side borders.

Markdown like table styles.

Default style 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 version, 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.

This is here for compatibiliity reasons. It’ll be removed in the next major version update. TODO: Remove in v5.0

Only display vertical lines.

Default UTF8 style, but without any borders.