Render Image or component in cell or header based on value
I am struggling to find example for svelte, on how to build column definition, and potentially add custom parameter e.g.
isImage: true which then when I render a table I can use value as an src for image and render image inside cell or header. How do I approach that ?