@megha-ui/react 1.2.635 → 1.2.636
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.
|
@@ -694,7 +694,8 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
|
|
|
694
694
|
}
|
|
695
695
|
return typeof column.width === "string" && column.width === "";
|
|
696
696
|
});
|
|
697
|
-
if (
|
|
697
|
+
if (gridGroupBy === "" &&
|
|
698
|
+
entrieGridRef.current &&
|
|
698
699
|
widthMode === "custom" &&
|
|
699
700
|
hasNoWidths &&
|
|
700
701
|
!ignoreHugContent) {
|
|
@@ -747,6 +748,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
|
|
|
747
748
|
setHugLoading(false);
|
|
748
749
|
}, 1000);
|
|
749
750
|
}
|
|
751
|
+
console.log({ columnWidths });
|
|
750
752
|
}, [
|
|
751
753
|
paginatedData,
|
|
752
754
|
sortedData,
|
package/package.json
CHANGED