Function createTable

  • HTML table (cells) parser

    Parameters

    • header: readonly HtmlTableCell[][]

      The header thead cells structure

    • body: readonly HtmlTableCell[][]

      The body tbody cells structure

    Returns string

Generated using TypeDoc