@megha-ui/react 1.2.329 → 1.2.330
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.
|
@@ -110,9 +110,9 @@ const GroupedGrid = ({ groupedData, rowOpened, startIndex, endIndex, alternateRo
|
|
|
110
110
|
return `${display} (${item === null || item === void 0 ? void 0 : item.count})`;
|
|
111
111
|
}
|
|
112
112
|
console.log({ item, columnKey, index });
|
|
113
|
-
if (
|
|
113
|
+
if (compositeKeys.includes(item.key) || item.key === columnKey) {
|
|
114
|
+
return display;
|
|
114
115
|
}
|
|
115
|
-
return display;
|
|
116
116
|
})() })] }));
|
|
117
117
|
}
|
|
118
118
|
return null;
|
package/package.json
CHANGED