@handsontable/react

v0.0.0-next-4c6aa91-20240814
Best Data Grid for React with Spreadsheet Look and Feel.
handsontable component grid data table data table data grid spreadsheet sheet and 15 more...

test

jest

build

npm run clean && npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:min

clean

rimraf ./es/ && rimraf ./commonjs/ && rimraf ./dist/ && rimraf ./*.d.ts

build:es

cross-env NODE_ENV=es rollup -c --bundleConfigAsCjs

watch:es

cross-env NODE_ENV=es rollup -c --watch --bundleConfigAsCjs

build:min

cross-env NODE_ENV=min rollup -c --bundleConfigAsCjs

build:umd

cross-env NODE_ENV=umd rollup -c --bundleConfigAsCjs

test.watch

jest --watch

build:commonjs

cross-env NODE_ENV=cjs rollup -c --bundleConfigAsCjs

watch:commonjs

cross-env NODE_ENV=cjs rollup -c --watch --bundleConfigAsCjs

publish-package

npm publish
npm i @handsontable/[email protected]

Metadata

Downloads