How to get ExpressionResolverComponent to resove expression across multple records in a dataSource

243
0
07-29-2022 12:54 AM
Labels (1)
MarkJTurnbull
New Contributor III

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

0 Replies