You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: