Packages

o

dynamics.common

tablehelpers

object tablehelpers

Helpers for printing tables.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. tablehelpers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def bold(data: Seq[String]): Seq[String]

    Bold up the row, as in header row.

  2. def render(header: Seq[String], data: Seq[Seq[String]], opts: TableOptions): String

    Render a strict table.

    Render a strict table. Non-streaming.