Skip to content

Commit 6adf481

Browse files
headers style
1 parent dbf3e73 commit 6adf481

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/js/PivotView.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ PivotView.prototype.renderRawData = function (data) {
424424
if (!tr) tr = document.createElement("tr");
425425
tr.appendChild(th = document.createElement("th"));
426426
th.textContent = rawData[y][x].value;
427+
if (rawData[y][x].style) th.setAttribute("style", rawData[y][x].style);
427428
if (rawData[y][x].group) renderedGroups[rawData[y][x].group] = {
428429
x: x,
429430
y: y,

0 commit comments

Comments
 (0)