You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to pass a slot value here of slot: info.getValue() because I can see it's available on the type but the value just ends up in a HTML prop called "slot" like this:
<span slot="tanner"></span>
Any idea how I can actually pass data to the slot?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've created a small example based on the Basic Table example:
https://www.sveltelab.dev/szdwcb6j35n47bd
I try to pass a
slot
value here ofslot: info.getValue()
because I can see it's available on the type but the value just ends up in a HTML prop called "slot" like this:Any idea how I can actually pass data to the slot?
Beta Was this translation helpful? Give feedback.
All reactions