@megha-ui/react 1.2.268 → 1.2.269
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.
|
@@ -677,8 +677,8 @@ const Grid = ({ columns, wrapperClass, updateGridColumns, data, height, sortable
|
|
|
677
677
|
.map((s) => s.trim())
|
|
678
678
|
.filter((s) => s);
|
|
679
679
|
const groupedArray = sets.length ? groupByMultipleKeys(sortedData, sets) : [];
|
|
680
|
-
console.log(groupedArray);
|
|
681
680
|
const flatGroupedArray = flattenGroupedData(groupedArray, 1);
|
|
681
|
+
console.log({ flatGroupedArray });
|
|
682
682
|
setGroupedData(flatGroupedArray);
|
|
683
683
|
const grouped = flatGroupedArray
|
|
684
684
|
.filter((item) => item.type === "main")
|
package/package.json
CHANGED