2.2.0 • Published 3 months ago

dt_for_itables v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

ITables logo

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