-
|
First of all, thanks a lot for this awesome gem ✨ We recently upgraded to v43. From the docs it's not clear to me how to get When the user clicks on my search button:
Is this how it is supposed to work? I first got a Base64 error due to It seems I'm fundamentally doing something wrong. I'm missing a usage example in the docs. The keyset docs neither include one. But it includes this in the "How it works" section:
Via (*) GitHub seems to currently have some problems when displaying HTML entities (quite annoying in pull requests). The URL should end in "page equals 2", not in "ge equals 2" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
I've used |
Beta Was this translation helpful? Give feedback.
-
That's because keynav_js is designed to to use keyset pagination with numeric page nav helpers, which would normally be impossible. For "infinite scrolling" you use keyset directly. |
Beta Was this translation helpful? Give feedback.
That's because keynav_js is designed to to use keyset pagination with numeric page nav helpers, which would normally be impossible. For "infinite scrolling" you use keyset directly.