Hello,
The pagination element is not yet available in editor X. However, you might be able to create your own with code.
You might be able to add buttons for the pagination menu and then set the number of items you want to display with the dataset.setPageSize API. Read more about it here .
Each button will need an onClick event and within the onClick you can use the nextPage() function to move onto the next page of items.
There may be a few other APIs that may be useful to you here .
I also located another similar forum post you find helpful:
https://www.wix.com/corvid/forum/community-discussion/dynamic-paging-control
I hope this helps!
Best regards,