Skip to content

v6.0.2

Compare
Choose a tag to compare
@jedib0t jedib0t released this 17 May 17:28
3a6002f

Features

  • table
    • provide options in Style.HTML to control HTML rendering:
      • CSSClass to set the CSS class-name for the table (default: go-pretty-table)
      • EmptyColumn to control what to print for an empty column (default:  )
      • EscapeText to control whether to invoke html.Escape on all columns (default: true)
      • Newline: to control whether \n should be replaced, and with what (default: <br/>)

Deprecations

table

Old Functionality Replacement
SetHTMLCSSClass Style().HTML.CSSClass