Guys, i have a doubt about the design developing on REFramework.
Imagine a HTML page where you have a table with multiple items, and a lot of next pages.
What should i do?
1) Scrap all data on get transaction data -> process all data on process transaction data -> End Process.
2) Get the page number on get transaction data - > click on the page number if exist and process all the data on the page on process transaction data -> Loop between get transactio ndata and process transaction data until the last page -> End Process.
Thank you!