@megha-ui/react 1.2.632 → 1.2.633
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.
|
@@ -748,7 +748,14 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
|
|
|
748
748
|
setHugLoading(false);
|
|
749
749
|
}, 1000);
|
|
750
750
|
}
|
|
751
|
-
}, [
|
|
751
|
+
}, [
|
|
752
|
+
paginatedData,
|
|
753
|
+
sortedData,
|
|
754
|
+
searchQueries,
|
|
755
|
+
sortQueries,
|
|
756
|
+
gridGroupBy,
|
|
757
|
+
gridColumns,
|
|
758
|
+
]);
|
|
752
759
|
const handleSearch = (key, value, type) => {
|
|
753
760
|
setSearchQueries((prev) => (Object.assign(Object.assign({}, prev), { [key]: { text: value, type, operation: "and" } })));
|
|
754
761
|
setUniqueSearch((prev) => {
|
package/package.json
CHANGED