Table

Hierarchy

  • ITable

Properties

Properties

addRows: ((rows) => void)

Type declaration

    • (rows): void
    • Parameters

      • rows: any[]

      Returns void

el: HTMLTableElement
hide: (() => void)

Type declaration

    • (): void
    • Hides the table.

      Returns void

show: (() => void)

Type declaration

    • (): void
    • Shows the table.

      Returns void

Generated using TypeDoc