Comment 4 for bug 1212174

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

I agree that this is a rather big usability problem in the current dashboard. The only real solution is to essentially turn off paging. I also think that for consistency all tables should support the paging mechanism, but that is not as big of an issue. To me it is odd that one table pages data and another does not. I understand the limitations of the APIs, and that is ultimately where this should be fixed. But until that time comes (if it ever comes) we have the ability to perform the paging on the server in horizon, as Thai Tran mentions above. Horizon can fetch all data (up to the API limit) and then return the desired page from there. I know it's not ideal but I think it would be much better than what we have currently.