Pagination using pdp variable by passing offset value
Summary:
Hi All,
I have done pagination for VBCS table through pdp variable which is working as expected. I am using OIC service to load data for table.
But now I have new requirement which is in our OIC service when vbcs page is loading we get overall count of data that are available in service
which we are getting by passing offset as 0, so initially we get only first 25 records will be shown in UI page, and when i clicking on
page 2 offset will be passed as 25 and next set of 25 records will be shown in UI page.
Is this achievable using pdp?
Tagged:
0