top | item 36649923

(no title)

jjdeveloper | 2 years ago

I wanted to go down this route but Astro can’t render table rows without being wrapped in a table tag. Which killed this as an option for me

discuss

order

Etheryte|2 years ago

Why would this be the deal breaker of all things? If necessary, you can tack on both the semantics and the layout properties to any container really.

flagrant_taco|2 years ago

Astro renders JSX to html, what happened when you tried to render a table row without a wrapper table rag? And more importantly, what is a table row doing outside of a table?

jjdeveloper|2 years ago

Astro removes the html tags and just renders text, so I can’t return a new table row for simple crud setup. Only when it’s a valid table does it not strip out the html.