reactdatagrid
reactdatagrid copied to clipboard
The first row has two items overlapped when using dynamic row height
- what edition are you using - community / enterprise
- version for
@inovua/reactdatagrid-community
or@inovua/reactdatagrid-enterprise
- ^5.10.2
What you did:
I've enabled dynamic row height:
rowHeight={null}
virtualized={false}
What happened:
The first row of the table has two items overlapped:
Reproduction code:
minRowHeight={45}
rowHeight={null}
virtualized={false}
What's odd is that the overlapping row is not a second in order but the 4th from the end. Here's its place:
What I found is, for some reason, one or sometimes two divs with class InovuaReactDataGrid__row-cell-wrap InovuaReactDataGrid__row-hover-target
has top position set to 0px