datatables-numencode
v1.10.12
Published
The package consists of the DataTables core software with Bootstrap 3 integration plugin and Responsive extension.
Downloads
265
Maintainers
Readme
DataTables Numencode
The package consists of the "DataTables core software" with "Bootstrap 3 integration plugin" and "Responsive extension". It was assembled for the purpouse of usage in the Numencode Content Management System, which uses SB-Admin-2 template for back-end administration.
What exactly does the package contains?
- jquery.dataTables
- dataTables.bootstrap
- responsive.dataTables
How was this package assembled?
- The DataTables distribution was downloaded from DataTables.net
- Three CSS files were copied into /css/ folder:
- /media/css/jquery.dataTables.min.css
- /media/css/dataTables.bootstrap.min.css
- /extensions/Responsive/css/responsive.dataTables.min.css
- Three JavaScript files were copied into /js/ folder:
- /media/js/jquery.dataTables.min.js
- /media/js/dataTables.bootstrap.min.js
- /extensions/Responsive/js/dataTables.responsive.min.js
- Images were copied to /images/ folder from:
- /media/images/*
How is this package maintained?
Exactly the same way as it was assembled. Every now and then all the files are updated, usually when a new major or minor version of DataTables is updated and once in a while when SB-Admin-2 template is updated.
Installation
Install the dependencies with npm.
$ cd your-project
$ npm install datatables-numencode
License
MIT