Versions in this module Expand all Collapse all v1 v1.3.1 Oct 23, 2023 v1.3.0 Sep 29, 2023 Changes in this version + var StyleWithoutGraphics = table.BoxStyle + func MakeOutput(format Format, data string, opts Opts) (string, error) + type Format int + const DefaultFormat + const FormatsAmount + const LuaFormat + const TTableFormat + const TableFormat + const YamlFormat + func ParseFormat(str string) (Format, bool) + func (f Format) String() string + type Opts struct + ColumnWidthMax int + Graphics bool + TableDialect TableDialect + type TableDialect int + const DefaultTableDialect + const JiraTableDialect + const MarkdownTableDialect + func ParseTableDialect(str string) (TableDialect, bool) + func (d TableDialect) String() string