Based on the "Develop Your First Extension" tutori...
# suitecommerce
m
Based on the "Develop Your First Extension" tutorial, can anyone give guidance on how to add Pagination to the list page or collection? I can pass the page as a parameter and have the model retrieve it, but I can't figure out how to actually show pagination buttons on the page, because the collection data isn't available yet from the list view or the collection view. https://developers.suitecommerce.com/develop-your-first-extension.html
Nevermind, figured it out. I was able to add a getContext block on the List.View.js and pass the page data there.