Skip to content

Implement pagination #12

Description

@memostark

Currently, all the items are loaded at the same time. Instead of doing this load only parts of the list as requested by the user (aka pagination).

One way to do this is by using canFetchMore() and fetchMore() as mentioned in the docs.

Activity

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions