I just tried it. On click collections are loading
But nothing really changes on main display
All records are just listed with no regard to pagination rule i set.
Is there a step to basically connect this paginator to the repeating items ?
Did you add pagination to the Xano API for fetching data collections? The data in Xano should be paginated, with the first page passed to Weweb. After that, you set up pagination on the Weweb end by passing the variable, and with each click, you have to refetch the collection with the updated variable.
by the above screenshot you have attached i am not able to debug the exact issue, but above method i used to add pagination functionality