How to use the @hpcc-js/dgrid.QueryResults function in @hpcc-js/dgrid

To help you get started, we’ve selected a few @hpcc-js/dgrid examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github hpcc-systems / Visualization / packages / eclwatch / src / WUResultStore.ts View on Github external
fetchRange(options): Promise {
        const retVal = new Deferred();
        this._request(options.start, options.end).then(response => retVal.resolve(response));
        return new QueryResults(retVal.then(response => response.data), {
            totalLength: retVal.then(response => response.totalLength)
        });
    }
}

@hpcc-js/dgrid

hpcc-js - Viz DGrid

Apache-2.0
Latest version published 1 month ago

Package Health Score

78 / 100
Full package analysis

Similar packages