meteor-accounts-admin-ui-bootstrap-3
meteor-accounts-admin-ui-bootstrap-3 copied to clipboard
accountsAdmin displaying max of 25 users
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?
This is something I'd like to support - pagination is something that's been on the TODO list.
Short of forking the package is there a workaround so that all the users can be displayed? I don't necessarily need pagination.
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.