reactdatagrid
reactdatagrid copied to clipboard
dynamic rowHeight Feature is buggy (white-gap) when paginated to last page and back
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
-
clicking the next page button until the last page is reached
-
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:
Those white-gaps may also be larger in height.
see:
https://codesandbox.io/s/gifted-sound-xvusov?file=/src/App.js