Deephaven React grid component
npm install --save @deephaven/grid
import React, { Component } from 'react'
import { Grid } from '@deephaven/grid'
class Example extends Component {
render() {
return <Grid />
}
}
Deephaven Data Labs and any contributors grant you a license to the content of this repository under the Apache 2.0 License, see the LICENSE file.