Note that prev() and next() don’t work with custom collections, only the protected methods _next() and _prev() do. You can, however, create custom collection methods to achieve this, see this post: Prev() and next() with custom collection
1 Like