@arim-aisdc/public-components 2.3.63 → 2.3.64
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.
|
@@ -536,10 +536,7 @@ var TableMax = function TableMax(_ref) {
|
|
|
536
536
|
right: (_cache$columnPinning$2 = cache === null || cache === void 0 || (_cache$columnPinning2 = cache.columnPinning) === null || _cache$columnPinning2 === void 0 || (_cache$columnPinning2 = _cache$columnPinning2.right) === null || _cache$columnPinning2 === void 0 ? void 0 : _cache$columnPinning2.filter(function (id) {
|
|
537
537
|
return columnsIdSet.has(id);
|
|
538
538
|
})) !== null && _cache$columnPinning$2 !== void 0 ? _cache$columnPinning$2 : []
|
|
539
|
-
} :
|
|
540
|
-
left: [],
|
|
541
|
-
right: []
|
|
542
|
-
}
|
|
539
|
+
} : undefined
|
|
543
540
|
}),
|
|
544
541
|
cacheColumnVisibility = _ref5.columnVisibility,
|
|
545
542
|
cacheColumnOrder = _ref5.columnOrder,
|