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 9cbc19a commit 4b49476Copy full SHA for 4b49476
source/js/PivotView.js
@@ -995,7 +995,7 @@ PivotView.prototype.renderRawData = function (data) {
995
tr = document.createElement("tr");
996
for (x = info.leftHeaderColumnsNumber; x < rawData[0].length; x++) {
997
998
- cellStyle = "";
+ cellStyle = this.controller.CONFIG.pivotProperties["cellStyle"] || "";
999
tr.appendChild(td = document.createElement("td"));
1000
td.appendChild(div = document.createElement("div"));
1001
formatContent(
0 commit comments