pace-table-lib 1.0.15 → 1.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8703,7 +8703,7 @@
|
|
|
8703
8703
|
const finalStyleForRow = getFinalStyleObj(STYLE_FOR.ROW, baseStyleObj, rowLabel, level, groupIndex);
|
|
8704
8704
|
headers.push({
|
|
8705
8705
|
...finalStyleForRow,
|
|
8706
|
-
label: rowLabel,
|
|
8706
|
+
label: getCleanString(rowLabel),
|
|
8707
8707
|
top: offsetTop,
|
|
8708
8708
|
left: level * fixedColWidth,
|
|
8709
8709
|
width: fixedColWidth,
|