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) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "6.1.96",
3
+ "version": "6.1.97",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",