@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.mjs
CHANGED
|
@@ -29293,6 +29293,8 @@ var useDynamicColumns = (config, customRenderers = {}, customFormatters = {}) =>
|
|
|
29293
29293
|
return sanitizeValue(row[accessorKey]);
|
|
29294
29294
|
};
|
|
29295
29295
|
return columnHelper.accessor(accessorFn, {
|
|
29296
|
+
...col,
|
|
29297
|
+
size: col.size > 0 ? col.size : 180,
|
|
29296
29298
|
id: col.id ?? accessorKey,
|
|
29297
29299
|
header: col.header,
|
|
29298
29300
|
cell: (info) => {
|