We have updated WebDataRocks EULA, effective as of April 18, 2024. Learn more about what's changed.
Documentation menu

Download WebDataRocks Pivot Grid

Download WebDataRocks to get the JavaScript and CSS locally, refer from CDN, or include it with npm package manager.

By downloading, installing, and/or using WebDataRocks, you agree with the terms of WebDataRocks End User License Agreement.

ZIP package

Download ZIP containing all compiled and minified files and simply include them into your project:

<link href="webdatarocks.min.css" rel="stylesheet"/>
<script src="webdatarocks.toolbar.min.js"></script>
<script src="webdatarocks.js"></script>

Download

WebDataRocks CDN

Skip downloading and include the files directly from WebDataRocks CDN.

Refer to the latest version available:

<link href="https://cdn.webdatarocks.com/latest/webdatarocks.min.css" rel="stylesheet"/>
<script src="https://cdn.webdatarocks.com/latest/webdatarocks.toolbar.min.js"></script>
<script src="https://cdn.webdatarocks.com/latest/webdatarocks.js"></script>

Also, it is possible to specify the exact version, e.g. 1.0.0:

<link href="https://cdn.webdatarocks.com/1.0.0/webdatarocks.min.css" rel="stylesheet"/>
<script src="https://cdn.webdatarocks.com/1.0.0/webdatarocks.toolbar.min.js"></script>
<script src="https://cdn.webdatarocks.com/1.0.0/webdatarocks.js"></script>

npm package manager

npm install @webdatarocks/webdatarocks

Then, include the CSS and JS files:

<link href="node_modules/@webdatarocks/webdatarocks/webdatarocks.min.css" rel="stylesheet"/>
<script src="node_modules/@webdatarocks/webdatarocks/webdatarocks.toolbar.min.js"></script>
<script src="node_modules/@webdatarocks/webdatarocks/webdatarocks.js"></script>

The next step is to embed WebDataRocks into your project. Check out the Quick start tutorial.