@deephaven/iris-grid
TypeScript icon, indicating that this package has built-in type declarations

0.75.0 • Public • Published

@deephaven/iris-grid

This is a library of Deephaven Iris Grid component. Display a grid with enhanced functionality with a Deephaven table.

Usage

Add the package to your "dependencies":

npm install --save @deephaven/iris-grid

Then, import and use the component from the package:

import { useApi } from '@deephaven/jsapi-bootstrap';
import { IrisGrid, IrisGridModelFactory } from '@deephaven/iris-grid';

// In your initialization, create the model async
const dh = useApi();
const model = await IrisGridModelFactory.makeModel(dh, table);

// In your render function
<IrisGrid dh={dh} model={model} />

/@deephaven/iris-grid/

    Package Sidebar

    Install

    npm i @deephaven/iris-grid

    Weekly Downloads

    1,592

    Version

    0.75.0

    License

    Apache-2.0

    Unpacked Size

    4.17 MB

    Total Files

    524

    Last publish

    Collaborators

    • jnumainville
    • deephaven-bot
    • vbabich
    • mofojed
    • mikebender
    • niloc132
    • nbauernfeind