@megha-ui/react 1.2.169 → 1.2.170
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.
|
@@ -634,9 +634,7 @@ const Grid = ({ columns, wrapperClass, updateGridColumns, data, height, sortable
|
|
|
634
634
|
};
|
|
635
635
|
(0, react_1.useEffect)(() => {
|
|
636
636
|
if (gridGroupBy && gridGroupBy !== "") {
|
|
637
|
-
console.log(gridGroupBy.split(","));
|
|
638
637
|
const groupedArray = groupByMultipleKeys(sortedData, gridGroupBy.split(","));
|
|
639
|
-
console.log(groupedArray);
|
|
640
638
|
const flatGroupedArray = flattenGroupedData(groupedArray, 1);
|
|
641
639
|
setGroupedData(flatGroupedArray);
|
|
642
640
|
const grouped = flatGroupedArray
|
package/package.json
CHANGED