iink-ts - v4.0.0
    Preparing search index...

    Class Table

    Generic table component for displaying data in a structured format

    Index
    • Clear all selections

      Returns void

    • Destroy the table

      Returns void

    • Get the table element

      Returns HTMLTableElement

    • Get selected row indices

      Returns number[]

    • Get selected row data

      Returns unknown[]

    • Select a row by index

      Parameters

      • rowIndex: number

      Returns void

    • Unselect a row by index

      Parameters

      • rowIndex: number

      Returns void

    • Update table data and redraw

      Parameters

      Returns void