2.0.5 • Published 5 days ago

dt_for_itables v2.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 days 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

How to update the dependencies

Run

npm update

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