HTML5 Data Bindings Support Product Page
Answered
How to implement data connection for nested repeat?
Asked 30 Sep 2013 12:37:07
2
have this question
30 Sep 2013 12:37:07 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 30 Sep 2013 13:18:28
30 Sep 2013 13:18:28 Teodor Kuduschiev replied:
Hello Andre,
You should be able to achieve this with joining tables.
You should be able to achieve this with joining tables.
Replied 30 Sep 2013 14:03:11
30 Sep 2013 14:03:11 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 30 Sep 2013 14:07:48
30 Sep 2013 14:07:48 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 30 Sep 2013 14:14:03
30 Sep 2013 14:14:03 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 01 Oct 2013 16:17:17
01 Oct 2013 16:17:17 Andre Bender replied:
Any ideas how to solve this?
Replied 02 Oct 2013 11:06:53
02 Oct 2013 11:06:53 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.
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 02 Oct 2013 11:46:00
02 Oct 2013 11:46:00 Andre Bender replied:
Hi Teodor
Thanks for the info. Looking forward to the extension...
Thanks for the info. Looking forward to the extension...