Options
All
  • Public
  • Public/Protected
  • All
Menu

Table

Hierarchy

  • ITable

Index

Properties

Properties

addRows

addRows: (rows: Array<any>) => void

Type declaration

    • (rows: Array<any>): void
    • Parameters

      • rows: Array<any>

      Returns void

el

el: HTMLTableElement

hide

hide: () => void

Hides the table.

Type declaration

    • (): void
    • Returns void

show

show: () => void

Shows the table.

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc