We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee599c8 commit 7b10e11Copy full SHA for 7b10e11
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "LightPivotTable",
3
"author": "ZitRo",
4
- "version": "1.2.3",
+ "version": "1.2.4",
5
"description": "A lightweight pivot table for MDX2JSON source for InterSystems Cache",
6
"main": "test/testServer.js",
7
"repository": {
source/js/DataController.js
@@ -440,7 +440,7 @@ DataController.prototype.resetRawData = function () {
440
rawData[y][x] = {
441
group: 1,
442
isCaption: true,
443
- value: lp.getPivotProperty(["showRowCaption"]) === false ? "" :
+ value: this.controller.getPivotProperty(["showRowCaption"]) === false ? "" :
444
this.controller.CONFIG["caption"]
445
|| dimCaption
446
|| (data["info"] || {})["cubeName"]
0 commit comments