Rezi
    Preparing search index...

    Type Alias TableLocalState

    TableLocalState: Readonly<
        {
            endIndex: number;
            focusedColumnIndex: number;
            focusedRowIndex: number;
            lastClickedKey: string
            | null;
            scrollTop: number;
            startIndex: number;
            viewportHeight: number;
        },
    >

    Local state for table instances.