HTML5 Data Bindings Support Product Page

Answered

How to implement data connection for nested repeat?

11 years ago Andre Bender posted:
I want to implement a nested repeat region. How do I build the database connection for this with a parent and child table? Joining tables doesn't seem to work...

Replies

Replied 11 years ago
11 years ago Teodor Kuduschiev replied:
Hello Andre,

You should be able to achieve this with joining tables.
Replied 11 years ago
11 years ago Andre Bender replied:
Do I just need one databinding or two? In your nested example video the data binding shows multiple levels, I can't achieve this with a joint. Thanks for any further help...
Replied 11 years ago
11 years ago Teodor Kuduschiev replied:
In our nested video we use custom data source wit a custom json file. Please describe what exactly do you need to achieve, so i can advise you.
Replied 11 years ago
11 years ago Andre Bender replied:
I have a database table with main services (parent) and a database table with services detail infos (child). The detail infos are related by the IDs of the main services tables. I want to repeat the main services in rows and the detail services infos in a div (span/col) that is inside the row (it's a bootstrap webpage). The detail services will be shown as li . Quite basic stuff ... thanks for your help.
Replied 11 years ago
11 years ago Andre Bender replied:
Any ideas how to solve this?
Replied 11 years ago
11 years ago Teodor Kuduschiev replied:
Hi Anrde,

This will be possible with the HTML5 Data Bindigns Formatter extension that we are releasing later today. There is a built-in filter called "Group By" that you can use in order to achieve this.
Replied 11 years ago
11 years ago Andre Bender replied:
Hi Teodor
Thanks for the info. Looking forward to the extension...

Reply to this topic