@megha-ui/react 1.2.713 → 1.2.715
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.
|
@@ -7,6 +7,7 @@ const SummariseDetails = ({ columns, rowIndex, groupBy, sortable, cellStyle, col
|
|
|
7
7
|
.filter((g) => g)
|
|
8
8
|
.flatMap((g) => g.split("+").filter((k) => k)), [groupBy]);
|
|
9
9
|
const handleCalculateSelect = (_columnKey, type) => {
|
|
10
|
+
console.log("Selected calculate type:", type, "for column:", _columnKey);
|
|
10
11
|
let columnKey = _columnKey;
|
|
11
12
|
if (columnKey.includes("-")) {
|
|
12
13
|
columnKey = columnKey.split("-")[1];
|
package/package.json
CHANGED