Rows n' Columns
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
SpreadSheet Grid Documentation
If you are looking for documentation of SpreadSheet Grid, its here
Local development
The monorepo is managed using lerna and yarn workspaces. To get started
- Clone the repository to
rowsncolumnsdirectory
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
Run storybook
yarn storybookAnd open http://localhost:9002/ in Chrome and click on SpreadSheet section on the left navigation
All stories are located in packages/storybook directory
Watch and compile typescript
yarn build:watch