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
Teams and Images within the administration area are limited to 20 entries. Looks like the query to the backend only fetches 20 entries. We already had that kind of problems within the skills overview.
Currently I am not able to edit the 21st team and every other new team a am adding which is super frustrating.
Probably there are more views with that kind of limitation. Limiting the number of rows makes sense (at least sometimes) but then pagination needs to be implemented!
The text was updated successfully, but these errors were encountered:
It seams that at least within the teams admin view, there is a pagination logic which will be triggered by the scroll bar. But if there your resolution is big enough to show 20 lines there is no scroll bar and no scroll action will trigger the lazy loading...
holgerb
changed the title
Views in entity administration are limited to 20 entries
Lazy fetch entries in admin views not working when scrollbar not visible
Aug 22, 2022
Hi @holgerb,
this seems to be an conceptual issue with the infinity scrollbar used by JHipster. As a first workaround have increased the number of elements per page, to circumvent this behavior. But for a general fix this should be addressed within JHipster itself.
Teams and Images within the administration area are limited to 20 entries. Looks like the query to the backend only fetches 20 entries. We already had that kind of problems within the skills overview.
Currently I am not able to edit the 21st team and every other new team a am adding which is super frustrating.
Probably there are more views with that kind of limitation. Limiting the number of rows makes sense (at least sometimes) but then pagination needs to be implemented!
The text was updated successfully, but these errors were encountered: