HTML5 Data Bindings Extended Repeater Support Product Page

In progress

Wrong code for filter

Reported 28 Nov 2014 13:12:18
1
has this problem
28 Nov 2014 13:12:18 Andre Bender posted:
When I try to create a nested repeat, by filtering the ID of the parent recordset with the one of the client recordset, the extension seems to produce the wrong code:

data-binding-repeat="{{dsMySource.data.where( "ID", "==", "$this.ID" )}}"

which is not working, instead of

data-binding-repeat="{{dsMySource.data.where( "ID", "==", $this.ID )}}"

Replies

Replied 28 Nov 2014 13:18:15
28 Nov 2014 13:18:15 Teodor Kuduschiev replied:
Hi Andre,
The extension does not currently support using the "$this" or "$parent" etc.. in the UI. This will be integrated in the future updates.
Replied 28 Nov 2014 13:22:40
28 Nov 2014 13:22:40 Andre Bender replied:
Ah, ok, thanks Teodor.

Reply to this topic