How to use the @hpcc-js/dgrid.RowFormatter 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
constructor(wuResult: Result, schema: XSDSchema) {
        this.wuResult = wuResult;
        this.schema = schema;
        this._columns = this.schema2Columns(this.schema.root);
        this.rowFormatter = new RowFormatter(this._columns);
    }

@hpcc-js/dgrid

hpcc-js - Viz DGrid

Apache-2.0
Latest version published 24 days ago

Package Health Score

78 / 100
Full package analysis

Similar packages