module Tallboy

Defined in:

tallboy.cr
tallboy/computed_table_builder.cr
tallboy/computed_table_builder/computed_cell.cr
tallboy/computed_table_builder/computed_row.cr
tallboy/computed_table_builder/computed_table.cr
tallboy/exception/uneven_row_length.cr
tallboy/render_tree_builder.cr
tallboy/render_tree_builder/node.cr
tallboy/render_tree_builder/node/joint.cr
tallboy/render_tree_builder/node/line.cr
tallboy/render_tree_builder/node/merged_node.cr
tallboy/render_tree_builder/node/text.cr
tallboy/render_tree_builder/node_list.cr
tallboy/renderer.cr
tallboy/renderer/ascii_renderer.cr
tallboy/renderer/markdown_renderer.cr
tallboy/renderer/unicode_renderer.cr
tallboy/table_builder.cr
tallboy/table_builder/auto_span_row.cr
tallboy/table_builder/cell.cr
tallboy/table_builder/column_definitions.cr
tallboy/table_builder/row.cr

Constant Summary

PADDING_LEFT = 1
PADDING_RIGHT = 1
VERSION = "0.9.3"

Class Method Summary

Class Method Detail

def self.table(border : Border = :top_bottom, &) #

[View source]