reactdatagrid
reactdatagrid copied to clipboard
dynamic rowHeight Feature is buggy when blue selection and pagination is used.
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