meteor-accounts-admin-ui-bootstrap-3 icon indicating copy to clipboard operation
meteor-accounts-admin-ui-bootstrap-3 copied to clipboard

accountsAdmin displaying max of 25 users

Open nilnullzip opened this issue 10 years ago • 3 comments

I'm using accountsAdmin template and having problems with getting it to display all my users. It appears that it will only display 25 users. Is there a way to get it to display my full userlist?

nilnullzip avatar Feb 06 '15 23:02 nilnullzip

This is something I'd like to support - pagination is something that's been on the TODO list.

hharnisc avatar Feb 08 '15 23:02 hharnisc

Short of forking the package is there a workaround so that all the users can be displayed? I don't necessarily need pagination.

nilnullzip avatar Feb 08 '15 23:02 nilnullzip

If you need something quick, you always edit the package locally and change this line to something greater than the number of users:

https://github.com/hharnisc/meteor-accounts-admin-ui-bootstrap-3/blob/fe74692303daf73d440f2729010bcf1557af62ca/libs/user_query.js#L7

Otherwise forking is going to be your best option.

hharnisc avatar Feb 08 '15 23:02 hharnisc