React Components for Tabular data.
This monorepo contains
-
Grid - MIT Licensed Declarative Canvas Grid. Refer to Storybook for all demos.
-
SpreadSheet - Excel-like Grid available as Non-commercial and Commercially licensed product
-
Exporter - Excel Export plugin
If you are looking for documentation of SpreadSheet Grid, its here
The monorepo is managed using lerna
and yarn
workspaces. To get started
- Clone the repository to
rowsncolumns
directory
git clone https://github.com/rowsncolumns/grid.git rowsncolumns
- Install npm dependencies using
yarn
// Switch to the new directory
cd rowsncolumns
// Install all dependencies
yarn
- Compile typescript files to Javascript
yarn build
yarn storybook
And open http://localhost:9002/
in Chrome and click on SpreadSheet
section on the left navigation
All stories
are located in packages/storybook
directory
yarn build:watch