Skip to content

Commit

Permalink
update jspivottable repository (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-milocanovich authored Sep 9, 2024
1 parent 3fa73db commit c933e50
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 9 deletions.
13 changes: 6 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"date-fns": "^2.30.0",
"highcharts": "^11.1.0",
"jquery": "^3.7.1",
"jspivottable": "~1.4.4",
"jspivottable": "https://github.com/andresfern/JSPivotTable#develop",
"material-icons": "^1.13.1",
"rollup-plugin-dotenv": "^0.5.0"
},
Expand Down
20 changes: 19 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
align-items: center;
}
</style>

<script>
const pivotParameters = {
AllowSelection: false,
Expand Down Expand Up @@ -1443,6 +1443,24 @@
object-name="Query"
></gx-query-viewer-pivot>
</div>
</div>
<div>
<div style="height: 200px; margin: 40px; display: flex; width: 100%">
<gx-query-viewer type="PivotTable" control-name="gx1">
<gx-query-viewer-controller
css-class="QueryViewer"
type="PivotTable"
object-name="CountriesByGDPPerCapita"
metadata-id=""
base-url=""
api-key=""
saia-token=""
saia-user-id=""
use-gxquery="true"
></gx-query-viewer-controller>
</gx-query-viewer>
</div>
</div>
</div>
</body>
</html>

0 comments on commit c933e50

Please sign in to comment.