openMF / community-app

This was the former default web application built on top of the Apache Fineract platform. It's now deprecated and replaced by the the Mifos X Web App (https://github.com/openMF/web-app maintained by the Mifos Initiative as a reference solution for financial inclusion. It is a Single-Page App (SPA) written in web standard technologies.
http://openmf.github.io/community-app/
Mozilla Public License 2.0
313 stars 1.02k forks source link

Paging missing #2842

Closed ankit01ojha closed 6 years ago

ankit01ojha commented 6 years ago

Description

Paging missing in these places. Paging should be like present in Clients, Groups etc, so, that user doesn't have to scroll and scroll.

Expected Behaviour

Paging should be present

Actual Behaviour

Paging is missing.

Settings

mbj36 commented 6 years ago

GitMate.io thinks the contributor most likely able to help you is @mbj36.

ankit01ojha commented 6 years ago

I am working on it.

abhaychawla commented 6 years ago

@ankit01ojha All sections of products seemed not to have pagination, and the next/previous buttons in share products were non-functional so I removed them and now the complete data is shown on that page. Although you are right there should be pagination can we please confirm form @mbj36 or @gkrishnan724 before you work upon this as I seemed to do totally opposite of that just now after investigating the other sections of products.

ankit01ojha commented 6 years ago

@abhaychawla I guess you should not remove those buttons from Share Products if the list of Share Products is fixed then the newly added Products will be displayed and paging will be needed then.

abhaychawla commented 6 years ago

Sure, I can add them but as they were not present anywhere else I wanted to wait for a suggestion from one of the mentors about the pagination.

ankit01ojha commented 6 years ago

@abhaychawla , since it is not present in the Products (but it is present in clients, centers etc), that's why I created the issue and adding them for better UI. I am working on this.

abhaychawla commented 6 years ago

Okay