This module defines a schema extension to support datagrid with virtual scrolling and editing support.
- git clone git@github.com:hedgerwang/prosemirror-datagrid.git
npm install
Development
- Run
npm run dev - Oen browser at
http://localhost:9000
Production
- Run
npm run buildand build files at the directory/dist. - Open
./dist/demo.htmlfor local testing.
All commands
| Command | Description |
|---|---|
npm run dev |
Build app quickly in dev mode. |
npm run build |
Build app quickly in production mode (codes are minified). |
npm run test |
Run tests |
npm run lint |
Run linter |
npm run lint --fix |
Run linter and fix issues |
npm run tsc |
Run TypeScript compiler |