inovua / reactdatagrid

Empower Your Data with the best React Data Grid there is

Home Page:https://reactdatagrid.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rowIndexColumn resizing rows to 0 height can break them

Azrideus opened this issue · comments

  • what edition are you using - enterprise
  • version for @inovua/reactdatagrid-enterprise -

Relevant code or config
https://codesandbox.io/s/reactdatagrid-bug2-9hvmrp?file=/src/App.js

What you did:

define both properties

rowIndexColumn={true}
minRowHeight={30}

resize a row to 0

What happened:

bug2.mp4

All of the rows become invisible !

Reproduction repository:
https://codesandbox.io/s/reactdatagrid-bug2-9hvmrp?file=/src/App.js