Dynamic CMS table in CMS Item

Hi Guys,

I have been trying to figure out what the best way is to create the following CMS Design.

I am trying to redesign this website page with webflow: https://www.hipp-immobilien.de/projekt-referenz/leitershofen/

As you can see each real estate listing is an item in a cms collection. Which is clear but how can I add a dynamic content table to each of the listing items that include the specific flats of the listing (See screenshot). So kind of a cms collection in another cms collection?

Sorry, I don’t know how to describe it better.

Thanks in advance guys.


Here is my public share link:

https://preview.webflow.com/preview/rf-wohnwert?utm_medium=preview_link&utm_source=designer&utm_content=rf-wohnwert&preview=ec7d40ca282d1ea4b7d3104629a0300b&pageId=61f1b3931714951e1ec57089&itemId=61f1b3931714950f29c57103&workflow=preview

Webflow does not have an HTML table element but does allow custom code. So you could create and HTML table by hand with all your data in it and them embed that, or your could style the output of a collection list (related or existing fields) to meet your needs.

If webflow would take the time and energy to build us a repeater field the problem would be solved easily. Stuff that is mostly trivial in other CMS’s like WP with ACF Pro → ACF | Repeater (advancedcustomfields.com).