The community member wants to display an HTML table with a static header, column width, and styling, but with dynamic content in the rows. They are interested in a solution that would work with a collection, allowing the table to be used in dynamic pages with a slug.
Other community members suggest using flex instead of a table, and provide links to relevant discussions and an issue on GitHub. They also indicate that designing a row and dropping it into a collection would allow the collection to repeat the row for each item and provide the item's data.
There is no explicitly marked answer in the comments.
Hey, I want to display a typical HTML Table that would preferably change content like a collection. So, header is static, column width and styling is static, but the rows are dynamic content. Is that possible? Cheers!