[−][src]Module comfy_table::presets
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_FULL | The default style for tables. |
ASCII_HORIZONTAL_BORDERS_ONLY | Just like ASCII_FULL, but without vertical/horizontal middle lines and no side borders. |
ASCII_MARKDOWN | Markdown like table styles. |
ASCII_NO_BORDERS | Default style without any borders. |
NOTHING | Don't draw any borders |
UTF8_BORDERS_ONLY | Just like the UTF8 FULL version, but without vertical/horizontal middle lines. |
UTF8_FULL | The UTF8 enabled version of the default style for tables. |
UTF8_HORIZONTAL_BORDERS_ONLY | Only display vertical lines. |
UTF8_NO_BORDERS | Default UTF8 style, but without any borders. |