JuliaPluto / PlutoUI.jl

https://featured.plutojl.org/basic/plutoui.jl
The Unlicense
299 stars 54 forks source link

Feature Request: Support html table tags for Experimental Layout #285

Open schlichtanders opened 5 months ago

schlichtanders commented 5 months ago

Currently only Div elements are supported.

It would be great if table tags could be supported as well. This would be a great addition because in modern html, there are flex and grid styles to create table-like features, but still also the table tags itself.

Concretely does the table tags allow for a flexible responsive adaption of column and row sizes at the same time, which I was not yet able to replicate with flex/grid styles.

fonsp commented 4 months ago

I think the tag name could be a parameter! Do you want to try making a PR?