class Tallboy::Table
- Tallboy::Table
- Reference
- Object
Defined in:
tallboy/table.crConstructors
Instance Method Summary
- #build_rows(data)
- #column(index, align)
- #column(index)
- #column_count
- #column_widths : Array(Int32)
- #render(style : Style = Style.new)
- #render(preset : Symbol = :ascii, row_separator = false, padding_size = 1)
- #row(range : Range(Int32, Int32), layout : Array(Int32))
- #row(num, layout : Array(Int32))
- #row(range : Range(Int32, Int32), border_bottom : Bool)
- #row(num, border_bottom : Bool)
- #row(num)
- #row_size_valid?(rows)
- #rows : Array(Tallboy::Row)
- #validate_data!(data)