react-data-grid
react-data-grid copied to clipboard
[Bug] Table scrolls upward when select column and header filters are combined
Describe the bug
This table has select column and header filters combined.
Issue 1: Table scrolls upward when selecting a checkbox. Issue 2: When the number of rows change (increased), the table also scrolls upward
https://github.com/adazzle/react-data-grid/assets/2573537/ede545d9-adfa-4202-b198-a92b69799060
To Reproduce
- Start with a table with header filters (https://adazzle.github.io/react-data-grid/#/header-filters)
- Add select column
- Select a row
Link to code example: https://adazzle.github.io/react-data-grid/#/header-filters
Expected behavior
- The scroll should stay on the same place
Environment
-
react-data-gridversion:^7.0.0-beta.30 -
react/react-domversion:^18.2.0
Additional context
I followed the step but couldn't reproduce it. could you provide a repo for this?
Closing due to inactivity and lack of reproducible example