Skip to content

Allow infinite scroll to navigate through non-queried page links #1

Description

@josephrexme

Infinite scroll API for the load function assumes that a page parameter is needed to load the next page but there are times when the next page URL is being generated from the current page request with no parameters given.

e.g

request.get('url.com/items')

returns:

{
  "data": [],
  "next_page": "url.com/3df89"
}

Infinite-scroll component should support such cases and load the next page from the response.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions