Quantcast
Channel: Active questions tagged svelte - Stack Overflow
Viewing all articles
Browse latest Browse all 1541

how to render another component inside the same cell?

$
0
0

I am rendering fine another component inside a cell in my table

cell: (info) =>                renderComponent(TokenLogo, {                    name: info.row.original.name,                    tokens: [                        {                            address: info.row.original.underlying.address,                            chainId: info.row.original.underlying.chainId,                        },                    ],                    size: "sm",                }),

I am struggling trying to figure out how to render another component inside the same cell. Anyone has an example? Thanks


Viewing all articles
Browse latest Browse all 1541

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>