[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 |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
I re-designed my component tree to be one unified VList, using a discriminated union to define what type of item to render.