Why does nuxeo display empty documents in results screens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2020 04:55 AM
Hello, I noticed that nuxeo displays empty documents in the results screens before doing a scrolling as shown in the following picture
and this problem will be solved if we do a scroll
I wanted to know if there is a solution to prevent the appearance of empty documents before doing a scroll.
For your information, I thought about using pagination display but so far I haven't figured out how to do it (smae problem)
Thank you in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2020 07:25 AM
Hello,
I've already noticed this behaviour. You can see it if you're scrolling very fast to the end of the scroll, or when you zoom out a lot (your case). In regular projects, it's perfectly fine when the 10-20 results are loaded. So the only way I see to solve this problem is through result pagination: In your nuxeo-data-table
element, add paginable="true"
.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2020 07:10 AM
Hello,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2020 07:51 AM
Hello,
