florian
florian
SSolidJS
Created by florian on 1/20/2025 in #support
`scroll` event emitted until end reached when scrolling lazy-rendered table
well, lesson learned lol
48 replies
SSolidJS
Created by florian on 1/20/2025 in #support
`scroll` event emitted until end reached when scrolling lazy-rendered table
yeah
48 replies
SSolidJS
Created by florian on 1/20/2025 in #support
`scroll` event emitted until end reached when scrolling lazy-rendered table
I was about to just use plain js for it all
48 replies
SSolidJS
Created by florian on 1/20/2025 in #support
`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
SSolidJS
Created by florian on 1/20/2025 in #support
`scroll` event emitted until end reached when scrolling lazy-rendered table
Thank you very much for taking a look at it
48 replies
SSolidJS
Created by florian on 1/20/2025 in #support
`scroll` event emitted until end reached when scrolling lazy-rendered table
I think I will actually just use this one
48 replies
SSolidJS
Created by florian on 1/20/2025 in #support
`scroll` event emitted until end reached when scrolling lazy-rendered table
looks like everything's working with this one
48 replies
SSolidJS
Created by florian on 1/20/2025 in #support
`scroll` event emitted until end reached when scrolling lazy-rendered table
interesting
48 replies
SSolidJS
Created by florian on 1/20/2025 in #support
`scroll` event emitted until end reached when scrolling lazy-rendered table
not really sure why tho
48 replies
SSolidJS
Created by florian on 1/20/2025 in #support
`scroll` event emitted until end reached when scrolling lazy-rendered table
it looks like dragging the scrollbar thumb results in the old behaviour tho
48 replies
SSolidJS
Created by florian on 1/20/2025 in #support
`scroll` event emitted until end reached when scrolling lazy-rendered table
yeah
48 replies
SSolidJS
Created by florian on 1/20/2025 in #support
`scroll` event emitted until end reached when scrolling lazy-rendered table
which just sets scrollTop to the scrollTop at the beginning of the function?
48 replies
SSolidJS
Created by florian on 1/20/2025 in #support
`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
SSolidJS
Created by florian on 1/20/2025 in #support
`scroll` event emitted until end reached when scrolling lazy-rendered table
interesting
48 replies
SSolidJS
Created by florian on 1/20/2025 in #support
`scroll` event emitted until end reached when scrolling lazy-rendered table
one sec, maybe I can share the code of it
48 replies
SSolidJS
Created by florian on 1/20/2025 in #support
`scroll` event emitted until end reached when scrolling lazy-rendered table
yeah I actually used it before in my project like almost the same process but for some reason it didn't happen there
48 replies
SSolidJS
Created by florian on 1/20/2025 in #support
`scroll` event emitted until end reached when scrolling lazy-rendered table
the lazy-rendering itself?
48 replies
SSolidJS
Created by florian on 1/20/2025 in #support
`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/Left
48 replies
SSolidJS
Created by florian on 1/20/2025 in #support
`scroll` event emitted until end reached when scrolling lazy-rendered table
it's super weird
48 replies
SSolidJS
Created by florian on 1/20/2025 in #support
`scroll` event emitted until end reached when scrolling lazy-rendered table
and tbh I don't understand at all why it's behaving like that
48 replies