527
Views
2
Comments
How to add Pagination on LocalList record (Reactive Web)
Question

Hi all,

I am using Reactive Web now, I would like to ask how to apply Pagination on LocalList record since there is no "Start index" and "Max. records" on LocalList setting. I have no idea on how to limit the number of record on LocalList.

Please advice, thanks

2019-05-22 11-30-09
Marcelo Ferreira

Hi Jack,

On a reactive module create a page with the template list. This will create an example page with pagination. You can check it how is done and replicate it.

Regards,

Marcelo

2021-08-12 11-00-27
Nordin Ahdi
 
MVP

Hi Jack,

Marcelo’s suggestion should indeed give you more insight.

And if you populate that local list with data retrieved from an API, you can also take a look at this List Pagination Reactive Sample App.

Regards,

Nordin

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.