Skip to content

andypf/react-data-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creates a grid that can contain a huge number of rows and columns. Only the visible area of the data is rendered (virtualized), which guarantees consistent performance even with very large data.

Install

$ npm install @andypf/react-data-grid

Usage

require

const ReactDataGrid = require("@andypf/react-data-grid");

ES6 import

import ReactDataGrid from '@andypf/react-data-grid'

render

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published