Is it possible to iterate child relationship items using javascript for a row in a model that has child relationships?
Looking in skuid.$M(‘ModelName’).datadrowNum] it doesn’t appear that there’s any reference there to an array of child relationship objects, and I’m not finding anything in the SKUID documentation about this as well. I’d imagine that being able to access the array of child relationship items in javascript is a beneficial ability and should exist in some form.
Any assistance is appreicated. Thanks!