class Tallboy::TableBuilder
- Tallboy::TableBuilder
- Reference
- Object
Included Modules
- Enumerable(Tallboy::AutoSpanRow | Tallboy::Row)
Defined in:
tallboy.crConstructors
Instance Method Summary
- #border : Tallboy::Border
- #build
- #columns : Tallboy::ColumnDefinitions
- #columns(header = false, &)
-
#each(&)
Must yield this collection's elements to the block.
- #footer(arr : Array(ValueType))
- #footer(value : ValueType, align : AlignValue = AlignOption::Auto)
- #footer(&)
- #header(arr : Array(ValueType))
- #header(value : ValueType, align : AlignValue = AlignOption::Auto)
- #header
- #header(&)
- #render(border_style : BorderStyle, io = IO::Memory.new)
- #row(arr : Array(ValueType), border : Border = :none)
- #row(value : ValueType, align : AlignValue = AlignOption::Auto, border : Border = :none)
- #row(border : Border = :none, &)
- #rows(rows : Array(Array(ValueType)))
- #to_s(io)
Constructor Detail
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(Tallboy::AutoSpanRow | Tallboy::Row)
Must yield this collection's elements to the block.