[solidjs] How to have a sticky element outside of the VList? #669
|
I have an element that is essentially in a parent element of the virtual list. Previously this worked just fine because I wasn't using a virtual list, so the I assume I'll have to ditch |
Answered by
ArjixWasTaken
May 2, 2025
Replies: 1 comment
|
I re-designed my component tree to be one unified VList, using a discriminated union to define what type of item to render. |
0 replies
Answer selected by
ArjixWasTaken
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I re-designed my component tree to be one unified VList, using a discriminated union to define what type of item to render.