es-grid-template 1.7.44 → 1.7.45
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.
|
@@ -845,7 +845,7 @@ const TableContainerEdit = props => {
|
|
|
845
845
|
const bottomHeight = bottomToolbarRef.current ? bottomToolbarRef.current.offsetHeight : 0;
|
|
846
846
|
settableHeight(totalHeight - topHeight - bottomHeight);
|
|
847
847
|
}
|
|
848
|
-
}, [id, height, editAble, minHeight]);
|
|
848
|
+
}, [id, height, editAble, minHeight, toolbarItems]);
|
|
849
849
|
const {
|
|
850
850
|
control,
|
|
851
851
|
handleSubmit,
|
|
@@ -852,7 +852,7 @@ const TableContainerEdit = props => {
|
|
|
852
852
|
const bottomHeight = bottomToolbarRef.current ? bottomToolbarRef.current.offsetHeight : 0;
|
|
853
853
|
settableHeight(totalHeight - topHeight - bottomHeight);
|
|
854
854
|
}
|
|
855
|
-
}, [id, height, editAble, minHeight]);
|
|
855
|
+
}, [id, height, editAble, minHeight, toolbarItems]);
|
|
856
856
|
const {
|
|
857
857
|
control,
|
|
858
858
|
handleSubmit,
|