@megha-ui/react 1.2.628 → 1.2.630
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,6 +694,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
|
|
|
694
694
|
}
|
|
695
695
|
return typeof column.width === "string" && column.width === "";
|
|
696
696
|
});
|
|
697
|
+
console.log("Coming here");
|
|
697
698
|
if (entrieGridRef.current &&
|
|
698
699
|
widthMode === "custom" &&
|
|
699
700
|
hasNoWidths &&
|
|
@@ -747,7 +748,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
|
|
|
747
748
|
setHugLoading(false);
|
|
748
749
|
}, 1000);
|
|
749
750
|
}
|
|
750
|
-
}, [
|
|
751
|
+
}, [searchQueries, sortQueries, gridGroupBy, gridColumns]);
|
|
751
752
|
const handleSearch = (key, value, type) => {
|
|
752
753
|
setSearchQueries((prev) => (Object.assign(Object.assign({}, prev), { [key]: { text: value, type, operation: "and" } })));
|
|
753
754
|
setUniqueSearch((prev) => {
|
package/package.json
CHANGED