英文:
Pager controls are hidden in ABP user admin list
问题
管理 > 身份管理 > 用户 页面只显示列表中的前10个用户。 分页控件存在于DOM中,但它是隐藏的。 有没有办法取消隐藏分页控件?
这似乎是由请求中发送的 maxResultCount 导致的。 有没有办法在不实现自定义用户管理页面的情况下覆盖它?
此应用程序只是使用默认的身份模块。 希望有一种简单的方法来修复这个问题,而不使用自定义用户页面。
英文:
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?
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?
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.
答案1
得分: 2
你有总共10个用户,当你添加一个新用户时,它应该出现在你的页面上。
英文:
You have 10 users in total, when you add a new user, it should appear on your page.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论