Skip to content

Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like http://adazzle.github.io/react-data-grid/

License

Notifications You must be signed in to change notification settings

tgehrs/react-data-grid

This branch is 892 commits behind adazzle/react-data-grid:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e0038a8 · Feb 25, 2020
Apr 28, 2019
Jan 17, 2020
Dec 4, 2019
Feb 25, 2020
Oct 15, 2019
Oct 18, 2019
Apr 4, 2019
Oct 7, 2019
Nov 23, 2018
May 13, 2019
Apr 2, 2019
Dec 4, 2019
May 13, 2019
Oct 7, 2019
Nov 23, 2018
Apr 24, 2015
Jan 17, 2020
Jan 17, 2020
Oct 8, 2019
Mar 14, 2019
Nov 23, 2018
Oct 15, 2019
Feb 25, 2020
Feb 21, 2020
Apr 29, 2019
Apr 8, 2019
Oct 7, 2019

Repository files navigation

React Data Grid npm-badge azure-badge coverage-badge

Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like

http://adazzle.github.io/react-data-grid/ react-data-grid

Overview

ReactDataGrid is an advanced JavaScript spreadsheet-like grid component built using React

Installation

The easiest way to use react-data-grid is to install it from npm and build it into your app with Webpack.

npm install react-data-grid

You can then import react-data-grid in your application as follows:

import DataGrid from 'react-data-grid';

Versions In This Repository

  • master - commits that will be included in the next minor or patch release
  • alpha - commits that will be included in the next major release (breaking changes)

Most PRs should be made to master, unless you know it is a breaking change.

To install the latest unstable version, you can run

npm install react-data-grid@alpha

Migrations

If you intend to do a major release update for you react-data-grid check the migration documents.

Features

Contributing

Please see CONTRIBUTING

Credits

This project has been built upon the great work done by Prometheus Research. For the original project, please click here. It is released under MIT

About

Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like http://adazzle.github.io/react-data-grid/

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 75.6%
  • JavaScript 20.4%
  • CSS 4.0%