HTML5 Data Bindings Support Product Page
Solved
Group by not working
Reported 26 May 2014 13:51:12
1
has this problem
26 May 2014 13:51:12 Andre Bender posted:
I'm trying to create a nested repeated table based on your tutorial viedo, but it's not working at all.I'll send you the link at
Replies
Replied 26 May 2014 13:56:55
26 May 2014 13:56:55 Teodor Kuduschiev replied:
Hello,
Please do not use "-" or "_" in the data source names, example:
ds_NewsFooter -> change this to dsNewsFooter
Please do not use "-" or "_" in the data source names, example:
ds_NewsFooter -> change this to dsNewsFooter
Replied 26 May 2014 14:11:08
26 May 2014 14:11:08 Andre Bender replied:
Thanks Teodor. I've changed all data source names but it's still not working.
Replied 26 May 2014 14:13:08
26 May 2014 14:13:08 Teodor Kuduschiev replied:
I see another problem on your page -
The data-binding-html="{{data}}" should not be there also.
<div class="cTable" data-binding-repeat="{{dsLinks.data.groupBy( "LinkKategorie" )}}" data-binding-id="repeat2" data-binding-html="{{data}}">
The data-binding-html="{{data}}" should not be there also.
Replied 26 May 2014 14:22:47
26 May 2014 14:22:47 Andre Bender replied:
This has been created by your extension, I've followed you video step by step ... I'll try do do it again and have a look what code is being generated.
But now it seems to work. Thanks so far.
But now it seems to work. Thanks so far.
Replied 26 May 2014 14:33:17
26 May 2014 14:33:17 Andre Bender replied:
data-binding-html="{{data}}" has not been generated again after reapplying the groupBy filter.
So everything seems to be ok. Thanks again Teodor
So everything seems to be ok. Thanks again Teodor