We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f0687 commit ed371a0Copy full SHA for ed371a0
1 file changed
source/js/PivotView.js
@@ -528,11 +528,6 @@ PivotView.prototype.renderRawData = function (data) {
528
if (!data[y][x].value.toString().match(/[0-9],?[0-9]?%/i))
529
td.className = "formatLeft";
530
}
531
- //if (data[y][x].style) {
532
- // for (var i in data[y][x].style) {
533
- // td.style[i] = data[y][x].style[i];
534
- // }
535
- //}
536
if (data[y][x].style) {
537
td.setAttribute("style", data[y][x].style);
538
0 commit comments