frogfather opened a new pull request #148: corrects pagination issue URL: https://github.com/apache/brooklyn-ui/pull/148 When switching between pagination mode the number of displayed items was never reduced, because rowsPerPage was calculated based on the height of the scrolling view. Changed to be calculated based on the height of the non-scrolling container instead. List and compact list are now paginated where previously all items were displayed.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
