Coreor / DataTableDocumentation
Interactive demo Documentation GitHub
DEVELOPER GUIDE / REACT

Publishing.

Copy a working snippet, customize columns and wire the table to your own data.

Release to npm

The public package name is @battincik/coreor-datatable. The @battincik scope must be controlled by your npm account. GitHub and npm accounts are separate.

QUICK START
npm login
npm whoami
npm test
npm run build:lib
npm run pack:dry
# Change packages/coreor-datatable/package.json version for each release
npm publish ./packages/coreor-datatable --access public

Use a new semantic version for every release. Enable npm account 2FA or configure a trusted publisher for automated releases. Full steps are in docs/PUBLISHING.md.

View the repository