On Tue, Jul 22, 2014 at 4:45 PM, Sameera Jayaratna <[email protected]> wrote:
> Users can handle pagination manually > Limit the ‘count’ for a max value > How can we define the number of pages in pagination? This is possible, User can define number item for the page, Initial call we get total number (count) for our query from registry API then build pagination UI on it's callback For initial item retrieval, you can call with user define count. (adding that count for pagination call) > Do we get the total number of items? You can get the total count (number) via register API What if the data set is very large? > This should be decided based on researching how pagination is done and > what Registry supports -- Cheers, Madhuka Udantha http://madhukaudantha.blogspot.com
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
