sccoreui 6.1.96 → 6.1.97
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.
|
@@ -331,6 +331,7 @@ function ParentForGrid(props) {
|
|
|
331
331
|
fillOperation: myOpertaion,
|
|
332
332
|
getRowId: getRowId,
|
|
333
333
|
fillHandleDirection: "y",
|
|
334
|
+
domLayout: "autoHeight" // for auto height based on table content
|
|
334
335
|
};
|
|
335
336
|
// Fucntion to call the grid
|
|
336
337
|
const callGrid = (featureDetails) => {
|