@algorithm-shift/design-system 1.2.82 → 1.2.84
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/client.js +17 -3
- package/dist/client.js.map +1 -1
- package/dist/client.mjs +17 -3
- package/dist/client.mjs.map +1 -1
- 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.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();
|