class TerminalTable::Row
- TerminalTable::Row
- Reference
- Object
Direct Known Subclasses
Defined in:
terminal_table/row.crConstructors
Instance Method Summary
- #<<(cell : Cell)
- #<<(cell_value : CellValue)
- #cells : Array(TerminalTable::Cell)
- #column_widths
- #height
- #number_of_columns
- #render(widths = column_widths, style = Style.new, alignment = :left)