Status: New Owner: ---- Labels: Type-Defect Priority-Medium Component-Glamour Milestone-4.7
New issue 777 by tudor.gi...@gmail.com: Pagination does not work for ListingPresentation http://code.google.com/p/moose-technology/issues/detail?id=777
When rendering a list with many items, specifying showOnly: does not have any effect.
To reproduce the problem:
GLMFinder new show: [:a | a list display: [:x | 1 to: x ]; showOnly: 100 ]; openOn: 1000