Hi,
i am trying to implement pagination using REST API. I have created a table html where i am getting list items(top=30), but i need pagination so when we click on Next button it should come next 30 items and so on, same as previous button(similar to our default
SharePoint List items). I can achieve this using knockout,js, but how can i implement without knockout?