florian
`scroll` event emitted until end reached when scrolling lazy-rendered table
I was sitting at this problem for over a week now and tried so many different rendering techniques in the hope that improving the speed of the whole rerendering etc. would solve this 😭
48 replies
`scroll` event emitted until end reached when scrolling lazy-rendered table
a friend of mine also just looked at it and came up with this: https://playground.solidjs.com/anonymous/31e97be8-c692-4915-8c59-7a59136066fc
48 replies
`scroll` event emitted until end reached when scrolling lazy-rendered table
yeah I think the browser emits non-user
scroll
events but I don't see why at all and I also wasn't able to find any other reason why a scroll
event gets emitted other than by either the user scrolling or modifying scrollTop/Left48 replies