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

0.72.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} />

Dependencies (28)

Dev Dependencies (2)

Package Sidebar

Install

npm i @deephaven/iris-grid

Weekly Downloads

3,227

Version

0.72.0

License

Apache-2.0

Unpacked Size

4.16 MB

Total Files

524

Last publish

Collaborators

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