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.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.