@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.mjs CHANGED
@@ -29212,7 +29212,7 @@ var useDynamicColumns = (config, customRenderers = {}, customFormatters = {}) =>
29212
29212
  return row[accessorKey];
29213
29213
  };
29214
29214
  return columnHelper.accessor(accessorFn, {
29215
- id: accessorKey,
29215
+ id: col.id ?? accessorKey,
29216
29216
  header: col.header,
29217
29217
  cell: (info) => {
29218
29218
  const value = info.getValue();