Skip to content

Latest commit

 

History

History
 
 

grid

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@deephaven/grid

Deephaven React grid component

NPM JavaScript Style Guide

Install

npm install --save @deephaven/grid

Usage

import React, { Component } from 'react'
import { Grid } from '@deephaven/grid'

class Example extends Component {
  render() {
    return <Grid />
  }
}

Legal Notices

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.