werkbank
    Preparing search index...

    Function getElmAtIndex

    • Retrieves the DOM element for a specific column or row index.

      Parameters

      • parent: HTMLElement

        The parent grid element.

      • type: "row" | "col"

        The type of track ("col" or "row").

      • index: number

        The 1-based index of the track.

      Returns Element | null

      The matching Element or null.