identityhiddenabp-frameworkpager

Pager controls are hidden in ABP user admin list


The Administration > Identity Management > Users page only shows the first 10 users in the list. The pager control exists in the DOM but it's hidden. Is there any way to unhide the pager?

hidden pager control dom elements

This seems to be due to the maxResultCount that's sent in the request. Is there any way to override that without implementing a custom version of the User Management page? enter image description here

This app is just using the default identity module. I'm hoping there's some simple way to fix this without using a custom users page.


Solution

  • You have 10 users in total, when you add a new user, it should appear on your page.

    enter image description here