vocdoni / ui-components

Vocdoni UI components libs
GNU General Public License v3.0
3 stars 2 forks source link

Add pagination providers and components #187

Open elboletaire opened 2 months ago

elboletaire commented 2 months ago

Set as draft until the related API changes are done. When done, this should be upgraded to ensure it works with the latest specification.

https://github.com/vocdoni/interoperability/issues/188

Edit (selankon)

elboletaire commented 2 months ago

To be reviewed: when doing searches we don't have the total number of records (something that will be fixed with the new API changes in theory). Currently what we do is replace the page numbers with a "Previous" and "Next" buttons. But the next button should not be active when there are less results than the total expected in the page (meaning we don't have more pages).

imatge