Hi Sudharma, [+ looping in Thusitha]
If this is for a table, you can use datatable library[1]. There is a sample where this has been in used in [2] as well. But in this case, we have to bind all the rows(data) to the table upon onRequest method to the HTML table. The datatable library will provide the client side pagination(no http requests sent for pagination). Datatables also provide server side pagination as well, i.e when next page is clicked, it will send a HTTP request to get the rest of the data. But I am not aware on how to do server side pagination along with UUF. [1] - https://datatables.net/ [2] - http://wso2-dev-ux.github.io/theme-wso2/layout.html (See "Data Table Template" title). Regards, Hemika Hemika Kodikara Software Engineer WSO2 Inc. lean . enterprise . middleware http://wso2.com Mobile : +94777688882 On Tue, Jun 21, 2016 at 12:18 PM, Sudharma Subasinghe <[email protected]> wrote: > Hi, > > How is the pagination supported by UUF? Is there any recommended lib for > that? > > Appreciate your ideas. > > Thanks > Sudharma > > -- > Sudharma Subasinghe, > Software Engineer, > WSO2 Inc. > Email: [email protected] <[email protected]> > Mobile : +94 710 565 157 <%2B94%20718%20210%20200> > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
