@megha-ui/react 1.2.633 → 1.2.635
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,8 +694,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
|
|
|
694
694
|
}
|
|
695
695
|
return typeof column.width === "string" && column.width === "";
|
|
696
696
|
});
|
|
697
|
-
if (
|
|
698
|
-
entrieGridRef.current &&
|
|
697
|
+
if (entrieGridRef.current &&
|
|
699
698
|
widthMode === "custom" &&
|
|
700
699
|
hasNoWidths &&
|
|
701
700
|
!ignoreHugContent) {
|
package/package.json
CHANGED