Storing offset and corresponding data set/records in a 2 dimensional array in VBCS
Summary
Storing offset and corresponding data set/records in a 2 dimensional array in VBCSContent
Hi All,
Needed your thoughts on the below use-case.
We have one search and an ADP based table and on top of table have Previous and Next buttons.
On Search showing 25 records. On click of Next button showing next 25 records and on click of Previous button showing previous 25 records. This is because the API we call on search, on Next, Previous buttons is very slow and to improve performance we have added this.
Passing the offset + 25 (for Next) and offset -25 for Previous and fetching the right data. This is working fine till here.
Tagged:
0