• Resolved stefcompeers

    (@stefcompeers)


    Hi,

    I’m using Pods with elementor Pro. I have a table “Real estate Projects” related to “Apartments” (one-to-many)

    I just want to show a table in a project with the apartments.

    Therefore I created a template in Pods:

    <table>
    [each woningen]
    <tr><td>{@woningen.slaapkamers}</td><td>{@woningen.badkamers}</td><td>{@sites.foto._img}</td><td><button onclick=”window.location.href='{@sites.foto._src.medium}'”;>Click Here</button></td><td>Plan</td></tr>
    [/each]
    </table>

    But this shows all appartments in all projects…

    Can somebody help me with this?

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Table with related data’ is closed to new replies.