Hi ExB Gurus
Does anyone have any example code, they can share, for resolving an expression across multiple records in a dataSource?
I have seen that the code in the OOTB List widget which performs Expression Resolution across multiple records, but the code has a number of undocumented components that make it difficult to understand how the ExpressionResolverComponent is referencing each record.
I have implemented the ExpressionResolverComponent by itself in the render function of my widget class and it just resolves the value for the first record. I can't get it to resolve for the other records in the dataSource.
Mark