class Tallboy::TableBuilder
- Tallboy::TableBuilder
- Reference
- Object
Included Modules
- Enumerable(Tallboy::AutoSpanRow | Tallboy::Row)
Defined in:
tallboy/table_builder.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)
- #footer(value, align : AlignValue = :auto)
- #footer(&)
- #header(arr : Array)
- #header(value, align : AlignValue = :auto)
- #header
- #header(&)
- #render(border_style : BorderStyle = :unicode, io = IO::Memory.new)
- #row(arr : Array, border : Border = :none)
- #row(value, align : AlignValue = :auto, border : Border = :none)
- #row(border : Border = :none, &)
- #rows(rows : Array(Array))
- #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.