class TerminalTable
- TerminalTable
- Reference
- Object
Defined in:
terminal_table.crterminal_table/cell.cr
terminal_table/row.cr
terminal_table/separator.cr
terminal_table/style.cr
Constructors
Instance Method Summary
- #<<(cell_values : Array(CellValue))
- #<<(row : Row)
- #add_separator
- #column(n)
- #column_widths
- #column_widths? : Array(Int32) | Nil
- #headings : Array(Row)
- #headings=(headings : Array(Row))
- #headings=(cell_values : Array(CellValue))
- #number_of_columns
- #render
- #rows
- #separate_rows=(separate_rows)
- #style : Style