You are browsing as a guest. Sign up (or log in) to start making projects!

58m 14s logged

I managed to come up with a pretty clever solution to keep the pagination history. Every time you press next, a htmx page link that brings up the current page gets added to a div. Using CSS’s :nth-last-child(2), only the page link that links to the previous page is shown. You can see this working if you look at the DOM tree in this video.

0
8

Comments 0

No comments yet. Be the first!