Hi,
I'm currently working on an interface where I display data queried from a record type and store it in a local variable. I'm then looping through this local variable to display the content
Now I would like to modify my expression so that it only shows 5 records at a time, with next and back navigation buttons to show next set of records, similar to the functionality in a read-only grid. Can anyone please guide me how to achieve this?
Discussion posts and replies are publicly visible
What is the use case for this approach. Is for editable grid or readonly grid?
If you want to just display the data from the record type in the readonly grid, you can simply select the record type as data source.
Else you need to have custom pagination
Hi Soma ,
Yes, the use case was to build a custom pagination. I was able to achieve it and shared the code in the same thread.