Forum Discussion
bhupen
10 years agoAdvisor
Hi,
I have done pagination something like this but still its not working any one there to help me out.
<#assign notificationsPage = 1 />
<#assign pageSize = 50 />
<#list 1..3 as y>
<#assign page = notificationsPage * pageSize />
<#assign nots = restadmin( '/users/id/' + user.id + '/notifications?restapi.response_style=view&page_size=' + page + '&page=' + y).notifications />
</#list>
Related Content
- 10 years ago
- 5 months ago
- 3 years ago
- 3 years ago