cancel
Showing results for 
Search instead for 
Did you mean: 

Paging Object table MDK

horiii
Explorer
0 Kudos
453

Hello,

There is a possibilities to add paging to an object table?

Example* I want a list with 10 items and when I press next to show me next 10 items. But always on the page to be just 10 items.

Something similar with these "next, previous" buttons but working with Object Table in MDK.

View Entire Topic
bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Generally speaking the Object Table automatically pages in additional data as you scroll the list. You could implement your own paging via tracking the current page and calculating the $skip and fetching the $top=10 each time. You could use a button section with horizontal layout to handle the next/prev buttons under the table or put them in the toolbar possibly depending on the layout and design you are trying to achieve.