This package is a ESM bundle of DataTables and some of its extensions for ITables.
Run the following commands:
npm install
npm run build:js
Run
npm update
and check whether there are any outdated package with npm outdated
.
Update the dependencies, bump the version in package.json
, and then:
# Package the extension
npm pack
# Publish the package on npm with
npm publish --access=public