1.10.12 • Published 8 years ago

datatables-numencode v1.10.12

Weekly downloads
16
License
MIT
Repository
-
Last release
8 years ago

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?

  1. The DataTables distribution was downloaded from DataTables.net
  2. 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
  3. 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
  4. 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