@material-table/core

v6.4.4
Datatable for React based on https://material-ui.com/api/table/ with additional features
react material-ui material mui datatable table

start

npx webpack serve --config ./__tests__/demo/webpack.config.js --mode development --progress

build:esbuild

ts-node esbuild.config.js

build:babel

npx babel src -d dist

build

npm run build:babel

lint

npm run eslint && npm run tsc

eslint

npx eslint src/** -c ./.eslintrc --ignore-path ./.eslintignore

tsc

npx tsc --noEmit --lib es6,dom --skipLibCheck types/index.d.ts

lint:fix

npx eslint src/** -c ./.eslintrc --ignore-path ./.eslintignore --fix

prettify

npx prettier -c ./.prettierrc --write **/*.js

pretest

npm run build

test

npx jest

test:build

npx jest __tests__/post.build.test.js

prerelease:major

npm run test

prerelease:minor

npm run test

prerelease:patch

npm run test

release:major

changelog -M && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md'

release:minor

changelog -m && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor -m 'Release v%s' && npm run git:push:tags

release:patch

changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch -m 'Release v%s' && npm run git:push:tags

git:push:tags

git push origin && git push origin --tags
npm i @material-table/core

Metadata

  • MIT
  • Whatever
  • Mehmet Baran, @material-table/core contributors
  • released 5/21/2024

Downloads