@megha-ui/react 1.2.258 → 1.2.259
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.
|
@@ -615,7 +615,6 @@ const Grid = ({ columns, wrapperClass, updateGridColumns, data, height, sortable
|
|
|
615
615
|
const flatArray = [];
|
|
616
616
|
if (groupedData) {
|
|
617
617
|
groupedData.forEach((group) => {
|
|
618
|
-
console.log({ flatArray });
|
|
619
618
|
const _groupedValues = [...groupedValues, group.value].map((item) => item ? item : "row");
|
|
620
619
|
const currentKeys = (group.allKeys ? group.allKeys : [...parentKeys, group.key]).filter((item) => item);
|
|
621
620
|
const groupedValue = _groupedValues.join(">");
|
package/package.json
CHANGED