dt_for_itables
v2.5.1
Published
DataTables bundle for itables
Readme
This package is a ESM bundle of DataTables and some of its extensions for ITables.
How to compile the bundle
Run the following commands:
npm install
npm run build:jsHow to update the dependencies
Run
npm update --saveand check whether there are any outdated package with npm outdated.
How to publish a new version
Update the dependencies, bump the version in package.json, and then:
# Package the extension
npm pack
# Publish the package on npm with
npm login
npm publish --access public