@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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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();
|