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.
@@ -8684,7 +8684,7 @@ function StaticTable({
8684
8684
  const finalStyleForRow = getFinalStyleObj(STYLE_FOR.ROW, baseStyleObj, rowLabel, level, groupIndex);
8685
8685
  headers.push({
8686
8686
  ...finalStyleForRow,
8687
- label: rowLabel,
8687
+ label: getCleanString(rowLabel),
8688
8688
  top: offsetTop,
8689
8689
  left: level * fixedColWidth,
8690
8690
  width: fixedColWidth,