Can I use metadata to tell portal how to display a table’s cells?
I’m afraid I couldn’t tell myself from reading the sources
ideally, I’d like to put the metadata onto the list rendered as table; but I guess I could traverse the data and put the metadata onto the elements themselves… 🤔
💡 I think this answers it https://github.com/djblue/portal/blob/a566265827abd6fad3d3c3bbc211ee999a568354/examples/tufte/README.md?plain=1#L26-L34
so, I’ll process the data, adjust the :portal.viewer/for.
Looks like you found the current way to do this. Let me know if you have any suggestions on improving this 👍