Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Add Pagination to User List page #125

Open
aeksco opened this issue Apr 21, 2018 · 0 comments
Open

Add Pagination to User List page #125

aeksco opened this issue Apr 21, 2018 · 0 comments
Labels

Comments

@aeksco
Copy link
Member

aeksco commented Apr 21, 2018

Add the Pagination component to src/containers/user_list/components/layout.

Consult the src/containers/project_list/components/layout file for a reference implementation

Also - update src/containers/user_list/index.vue accordingly:
This:

  computed: mapGetters({
    fetching: 'user/fetching',
    collection: 'user/filteredCollection'
  }),

Becomes this:

  computed: mapGetters({
    fetching: 'user/fetching',
    collection: 'user/paginatedCollection'
  }),
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants