trithuc-mvc-react 3.3.1 → 3.3.2

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.
@@ -139,6 +139,12 @@ function DataManagement({
139
139
  return elementSize;
140
140
  }, [upXL]);
141
141
 
142
+ useEffect(() => {
143
+ setTimeout(() => {
144
+ window.dispatchEvent(new Event("resize"));
145
+ }, 50);
146
+ }, []);
147
+
142
148
  useEffect(() => {
143
149
  setDataSearch({ ...dataSearch, ...defaults });
144
150
  }, [filters]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trithuc-mvc-react",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"