react-data-grid
react-data-grid copied to clipboard
Horizontal scroll while selecting a colspan column
Hi guys, was facing the issue while using colspan on a column and horizontal scrolling after selecting it, recreated the same bug on the Data grid Demo website.
BUG ->>>>>> https://github.com/adazzle/react-data-grid/assets/123360438/b58f62dc-dc0e-4390-898f-f66271046e82
this isn't happening in demo website. at least my machine. do you have any idea on what condition this is happening?
To recreate this you need to do the following :-
- Select the colspan menu in sidebar
- Click on the 8th header column which is spanning 3 columns.
- Scroll on the right, then we will be able to see the bug on the 12th header column , which will move on its own @godon019