How can you paginate a website made in flask that utilizes google sheets as the backend?
I am using google sheets as my backend and it is creating a long list that requires a lot of scrolling on my site. Is there any way to paginate it so I can get 5 or 10 at a time? I am using python 3.7 and making the site in flask. I have looked up flask-paginate and the documentation but it hasn’t helped me too much. The farthest I have gotten is my list repeating.