Hey guys,
in my listView I use reference fields like this:
nga.field('make', 'reference')
.map(truncate)
.targetEntity(make)
.targetField(nga.field('name').map(truncate))
This works absolutely fine with normal pagination. But if I use .infinitePagination(true) the references are only resolved for the first page. When the second page is loaded no calls are triggered to resolve the references. That's why only data is visible that had been already requested on the first page.
Here you can see what this looks like:

HELP?
Best Regards
Hannes
Hey guys,
in my listView I use reference fields like this:
This works absolutely fine with normal pagination. But if I use
.infinitePagination(true)the references are only resolved for the first page. When the second page is loaded no calls are triggered to resolve the references. That's why only data is visible that had been already requested on the first page.Here you can see what this looks like:
HELP?
Best Regards
Hannes