Hello all.
We often need to show data in pagination if there lots of data.
I often pull data from the server with a limit of 20 and show in a table.
Three buttons are added to traverse data like next, prev and reload.
To reduce the overhead of similar functionality like making connection, make array/dictionary from json data received from server etc I encapsulated in a class and defined a delegate.
Feel free to use it without any restriction!
Full tutorial and source code