Socket
Book a DemoInstallSign in
Socket

@deephaven/iris-grid

Package Overview
Dependencies
Maintainers
8
Versions
1030
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deephaven/iris-grid

Deephaven Iris Grid

latest
Source
npmnpm
Version
1.5.3
Version published
Weekly downloads
808
53.32%
Maintainers
8
Weekly downloads
 
Created
Source

@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} />

FAQs

Package last updated on 10 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts