JSFiddle - React, Tailwind, and code Playground
by Flexmonster Pivot Table
HTML
<link rel="stylesheet" href="https://s3.amazonaws.com/flexmonster/2.3/demo.css">
<script src="https://cdn.flexmonster.com/flexmonster.js"></script>
<div id="pivot-container"></div>
JavaScript
new Flexmonster({
container: "#pivot-container",
componentFolder: "https://cdn.flexmonster.com/",
width: "100%",
height: 550,
toolbar: true,
report: {
"dataSource": {
"type": "microsoft analysis services",
"proxyUrl": "https://olap.flexmonster.com:8085/",
"catalog": "Adventure Works DW Standard Edition",
"cube": "Adventure Works",
"binary": true
},
"slice": {
"measures": [{
"uniqueName": "[Measures].[Internet Total Product Cost]",
}]
},
options: {
grid: {
view: "flat",
drillthroughMaxRows: 10000,
}
}
}
});