Hi,
I am fetching an array list from a backend service and sending it to the jsp. In the jsp I am iterating the arraylist. It is showing all the results. Now i want to implement pagination on this list of data and want to show limited number of results per page. Also on click of next/previous button want to make an ajax call back to the server for next set of results.
Can anyone help me out with this problem and demonstrate a way how can i achieve it. I have to get the value of the page offset and number of results from backend.
Is their any widget that can help me out with this scenario..?
if yes, please guide me through.
I will be really thankful.
Regards,
Vivek