@apia/table 3.0.14 → 3.0.15

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.
package/dist/index.js CHANGED
@@ -1752,7 +1752,7 @@ const NoMemoAdditionalColumnDefaultRenderer = ({
1752
1752
  title: cell.title,
1753
1753
  children: [
1754
1754
  /* @__PURE__ */ jsxs(Box, { as: "strong", children: [
1755
- column.name,
1755
+ column.label ?? column.name,
1756
1756
  ":"
1757
1757
  ] }),
1758
1758
  " ",