Table

Hierarchy

  • ITable

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

updateColumn: ((elCol, colIdx, row) => void)

Type declaration

    • (elCol, colIdx, row): void
    • Parameters

      • elCol: HTMLElement
      • colIdx: number
      • row: any

      Returns void

updateRow: ((elRow, row) => void)

Type declaration

    • (elRow, row): void
    • Parameters

      • elRow: HTMLElement
      • row: any

      Returns void

Generated using TypeDoc