I’m on the final step for my first Atlassian cloud app and could use some assistance. I have (6) tabs that display various pieces of information. However, some of this information could return large result sets in larger instances of Jira so I’d like to implement pagination. I have reviewed the pagination code here: https://docs.atlassian.com/aui/8.5.1/docs/navigation.html.
However, the sample code does not work in my app. I have validated that I am using the same dependencies as listed in codepen’s header section. So the sample code should work the same but doesn’t. If anyone can point me in the right direction I would appreciate it.