Not able to display all rows of a service endpoint in table
Summary
I am trying to recursively fetch records from the service endpoint but not able to display all the records on to the tableContent
Hi Guru's
There is a requirement wherein we need fetch all the records from the service endpoint and display those records in the table collection. I am trying to implement the solution using the methodology described in the blog but somehow in the table only 400 records are getting displayed at a time. I have given the max count as 2000 so ideally I should be able to display 2000 records onto my web page but it's not working.
0