Hi,
I'm trying to get the scroll event from the spreadsheet to add elements on top based in the coordinates of the elements.
The first time I tried to add a useEffect with an addEventListener to watch the scroll event inside the .e-sheet .e-main-panel element, like this:
but this code isn't working and the scroll event isn't fired.
How can i fire the scroll event inside the spreadsheet .e-sheet .e-main-panel?
In advance, thank you very much