Skip to content

Latest commit

 

History

History

.README

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Table

Travis build status Coveralls NPM version Canonical Code Style Twitter Follow

{"gitdown": "contents"}

Produces a string that represents array data in a text table.

Demo of table displaying a list of missions to the Moon.

Features

  • Works with strings containing fullwidth characters.
  • Works with strings containing ANSI escape codes.
  • Configurable border characters.
  • Configurable content alignment per column.
  • Configurable content padding per column.
  • Configurable column width.
  • Text wrapping.

{"gitdown": "include", "file": "./usage.md"}

{"gitdown": "include", "file": "./usage/cell_content_alignment.md"} {"gitdown": "include", "file": "./usage/column_width.md"} {"gitdown": "include", "file": "./usage/custom_border.md"} {"gitdown": "include", "file": "./usage/draw_vertical_line.md"} {"gitdown": "include", "file": "./usage/draw_horizontal_line.md"} {"gitdown": "include", "file": "./usage/single_line_mode.md"} {"gitdown": "include", "file": "./usage/padding_cell_content.md"} {"gitdown": "include", "file": "./usage/predefined_border_templates.md"} {"gitdown": "include", "file": "./usage/streaming.md"} {"gitdown": "include", "file": "./usage/text_truncation.md"} {"gitdown": "include", "file": "./usage/text_wrapping.md"}