jpravetz / node-datatable

Node.js implementation of a server-side processor for the JQuery Datatable plug-in
MIT License
58 stars 27 forks source link

npm module #18

Open exebook opened 7 years ago

exebook commented 7 years ago

Cannot find it on npm.

ghybs commented 6 years ago

Just in case, the npm package page name is just "datatable". https://www.npmjs.com/package/datatable

npm i -S datatable

Beware that the last released version on npm registry is 2.0.2, which corresponds to the version up to 75c30ba9f49bead3b9115ef3358787e624df55b1 dated 08-May-2015. Therefore it is lacking PR https://github.com/jpravetz/node-datatable/pull/20. To use the latest version available on GitHub (as of time of writing, i.e. up to 75c30ba9f49bead3b9115ef3358787e624df55b1 dated 02-Apr-2017), use:

npm i -S git+https://github.com/jpravetz/node-datatable.git#75c30ba9f49bead3b9115ef3358787e624df55b1