reactdatagrid icon indicating copy to clipboard operation
reactdatagrid copied to clipboard

dynamic rowHeight Feature is buggy when blue selection and pagination is used.

Open grimuz opened this issue 2 years ago • 0 comments

Version:

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

The dynamic rowHeight feature is buggy when a row is clicked with the mouse is selected (blue rectangle) and the pagination is used to go to the next or previous page.

If the rows have a variable height the blue selection will show up wrongly and will still show on the next page, even if the selected row is on a different page.

see:

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

image

grimuz avatar Oct 18 '22 13:10 grimuz