@megha-ui/react 1.2.269 → 1.2.271
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.
|
@@ -643,7 +643,7 @@ const Grid = ({ columns, wrapperClass, updateGridColumns, data, height, sortable
|
|
|
643
643
|
flatArray.push({
|
|
644
644
|
type: "main",
|
|
645
645
|
key: group.key || "",
|
|
646
|
-
groupedKey:
|
|
646
|
+
groupedKey: groupedColumns,
|
|
647
647
|
groupedColumns,
|
|
648
648
|
level,
|
|
649
649
|
value: group.value || "",
|
|
@@ -656,7 +656,7 @@ const Grid = ({ columns, wrapperClass, updateGridColumns, data, height, sortable
|
|
|
656
656
|
flatArray.push({
|
|
657
657
|
type: "grouped",
|
|
658
658
|
key: group.key || "",
|
|
659
|
-
groupedKey:
|
|
659
|
+
groupedKey: groupedColumns,
|
|
660
660
|
level,
|
|
661
661
|
value: group.value || "",
|
|
662
662
|
groupedValue,
|
package/package.json
CHANGED