Hello folks,
I’ve been building a query using corvid, no datasets, and now (because of poor planning) I notice I need to have a load more button to improve performance. I took a look at the next() and prev() API documentation but it seems like it’s only based on pages or something like that. All I want to do is run an exact function like the datasets load more function but instead of using a dataset I want to implement it in code, because everything is built around using the query.
Any thoughts and ideas on how I could implement a load more function without using datasets?
Many thanks for any ideas and help!
//Joe