You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to paginate results. While I see a pagination node in the data, I cannot figure out how to write a chunk of code for enabling this feature. Any source?
Thanks
The text was updated successfully, but these errors were encountered:
I think the key is to include something like <input type="hidden" name="per-page" value="10" /> in your search form in order to not have all results on a single page. Then you can use a typical pagination template, like with a regular datasource.
I'd like to paginate results. While I see a
pagination
node in the data, I cannot figure out how to write a chunk of code for enabling this feature. Any source?Thanks
The text was updated successfully, but these errors were encountered: