Skip to content

Feature/pagination component

Pedro Vale Ramos requested to merge feature/pagination-component into master

Wrapper of Buefy pagination component, to set default box values on it

I developed a pagination demo in users list component, as its the list that I found working for me. It is implemented as a frontend pagination, because the backend returns an array and I think it does not support pagination yet, but the correct implementation should be to request a page to backend when the page number changes

I dont know if we should implement a perPage selector to let the user decide how many items per page she will visualize

Merge request reports