Versions in this module Expand all Collapse all v1 v1.1.2 Sep 20, 2014 Changes in this version + var MIN_PADDING = 5 + var TableFormats = map[string]TableFormat + type Line struct + type Row struct + type TableFormat struct + DataRow Row + FitScreen bool + HeaderHide bool + HeaderRow Row + LineBelowHeader Line + LineBetweenRows Line + LineBottom Line + LineTop Line + Padding int + type Tabulate struct + Align string + Data []*TabulateRow + EmptyVar string + FloatFormat byte + Headers []string + HideLines []string + MaxSize int + TableFormat TableFormat + WrapStrings bool + func Create(data interface{}) *Tabulate + func (t *Tabulate) Render(format ...interface{}) string + func (t *Tabulate) SetAlign(align string) + func (t *Tabulate) SetEmptyString(empty string) + func (t *Tabulate) SetFloatFormat(format byte) *Tabulate + func (t *Tabulate) SetHeaders(headers []string) *Tabulate + func (t *Tabulate) SetHideLines(hide []string) + func (t *Tabulate) SetMaxCellSize(max int) + func (t *Tabulate) SetWrapStrings(wrap bool) + type TabulateRow struct + Continuos bool + Elements []string + Extra bool