@mcurros2/microm 1.1.216-0 → 1.1.217-0

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.
package/dist/index.js CHANGED
@@ -7909,6 +7909,11 @@ function $3ea298384e41b05b$export$c8dd51eb24f71762(props) {
7909
7909
  height: props.gridHeight
7910
7910
  }
7911
7911
  }) : /*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsxs)("section", {
7912
+ style: {
7913
+ height: props.gridHeight,
7914
+ display: 'flex',
7915
+ flexDirection: 'column'
7916
+ },
7912
7917
  children: [
7913
7918
  showToolbar && /*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsx)((0, $3vFhj.DataGridToolbar), {
7914
7919
  ...labels,
@@ -7994,7 +7999,7 @@ function $3ea298384e41b05b$export$c8dd51eb24f71762(props) {
7994
7999
  columns: columns,
7995
8000
  rows: rows,
7996
8001
  onDoubleClick: dataGridAPI.handleDoubleClick,
7997
- gridHeight: gridHeight === 'auto' ? '50vh' : gridHeight,
8002
+ gridHeight: gridHeight === 'auto' ? '100%' : gridHeight,
7998
8003
  preserveSelection: preserveSelection,
7999
8004
  onSelectionChanged: dataGridAPI.handleSelectionChanged,
8000
8005
  showSelectCheckbox: dataGridAPI.showSelectCheckbox,