dt_for_itables
v2.0.13
Published
DataTables bundle for itables
Downloads
11,867
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:js
How to update the dependencies
Run
npm update --save
and 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 publish --access=public