Highcharts Grid
    Preparing search index...
    interface RemoteFetchCallbackResult {
        columns: Record<string, Column>;
        rowIds?: RowId[];
        totalRowCount: number;
    }
    Index

    Properties

    columns: Record<string, Column>
    rowIds?: RowId[]
    totalRowCount: number