Install PivotTable.js
masterPivotTable.js supports several installation methods via UMD (Universal Module Definition):
- NPM:
npm install pivottable - Bower:
bower install pivottable - Direct Script Loading: Load files from a CDN like CDNJS or copy them from the
distdirectory of the repository.
Required Dependencies:
- jQuery: Required in all cases.
- jQueryUI: Required specifically for the interactive
pivotUI()function. - Charting Plugins: If using chart renderers, you must also load D3.js, C3.js, and/or Google Charts.
npm install pivottable