reactdatagrid icon indicating copy to clipboard operation
reactdatagrid copied to clipboard

dynamic rowHeight Feature is buggy (white-gap) when paginated to last page and back

Open grimuz opened this issue 2 years ago • 0 comments

Version:

  • "@inovua/reactdatagrid-community": "^5.2.4",

The dynamic rowHeight feature is producing a white-space-gap between rows when the user does the following

  1. clicking the next page button until the last page is reached

  2. moving backward from the last page until the first page is reached

as we are looking at the table while this is happening we can notice that white-gaps are produced between the table-rows at some random rows, which looks like this:

image

Those white-gaps may also be larger in height.

see:

https://codesandbox.io/s/gifted-sound-xvusov?file=/src/App.js

grimuz avatar Oct 18 '22 13:10 grimuz