on 2016 Feb 05 12:11 PM
Hi All,
A have a table, and in my controller I'm binding the rows of the table this way:
searchResultTable.bindRows("/OrderHeaderSet", null,
null, filterArray, {"expand":"StatusSet"});
Everithing works fine (i get the filtered dataset), except the "StatusSet" node is not expanded, and so it has no data inside.
How can I tell the "bindRows" method to expand this entity? (Obviously my approach doesn't work)
Best Regards,
Szilamér
Request clarification before answering.
searchResultTable.bindRows(
{
path : "/OrderHeaderSet",
filters : filterArray,
parameters : { "expand":"StatusSet"}
} );
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.