@megha-ui/react 1.2.297 → 1.2.298
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.
|
@@ -706,6 +706,7 @@ const Grid = ({ columns, wrapperClass, updateGridColumns, data, height, sortable
|
|
|
706
706
|
? groupByMultipleKeys(sortedData, sets)
|
|
707
707
|
: [];
|
|
708
708
|
const flatGroupedArray = flattenGroupedData(groupedArray, 1);
|
|
709
|
+
console.log(flatGroupedArray);
|
|
709
710
|
setGroupedData(flatGroupedArray);
|
|
710
711
|
const grouped = flatGroupedArray
|
|
711
712
|
.filter((item) => item.type === "main")
|
package/package.json
CHANGED