@helix-x/datagrid-ui - v0.1.2
    Preparing search index...

    Interface VirtualWindow

    The slice of rows currently worth rendering.

    interface VirtualWindow {
        endIndex: number;
        startIndex: number;
    }
    Index
    endIndex: number

    Index one past the last row to render, exclusive.

    startIndex: number

    First row index to render, inclusive. Includes overscan.