@algorithm-shift/design-system 1.2.954 → 1.2.955
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 +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29382,6 +29382,8 @@ var useDynamicColumns = (config, customRenderers = {}, customFormatters = {}) =>
|
|
|
29382
29382
|
return sanitizeValue(row[accessorKey]);
|
|
29383
29383
|
};
|
|
29384
29384
|
return columnHelper.accessor(accessorFn, {
|
|
29385
|
+
...col,
|
|
29386
|
+
size: col.size > 0 ? col.size : 180,
|
|
29385
29387
|
id: col.id ?? accessorKey,
|
|
29386
29388
|
header: col.header,
|
|
29387
29389
|
cell: (info) => {
|