@algorithm-shift/design-system 1.2.82 → 1.2.83

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
@@ -29303,7 +29303,7 @@ var useDynamicColumns = (config, customRenderers = {}, customFormatters = {}) =>
29303
29303
  return row[accessorKey];
29304
29304
  };
29305
29305
  return columnHelper.accessor(accessorFn, {
29306
- id: accessorKey,
29306
+ id: col.id ?? accessorKey,
29307
29307
  header: col.header,
29308
29308
  cell: (info) => {
29309
29309
  const value = info.getValue();