Comment 4 for bug 1321483

Revision history for this message
Justin Pomeroy (jpomero) wrote :

I think we can get by without pagination if we can come up with a default filter so that all users are only listed if the user explicitly requests that. The problem I'm seeing is that you go to the users page and initially there is no filter so every single user is going to be displayed. When there are a LOT of users this is a performance issue. Same goes for any of the non-paged tables really. I'm glad to see v3 supports a "contains" type filter which is probably what we'd want to use. Looking at the filter possibilities though I'm not really coming up with an obvious default filter.