Pagination Bugs

Hi everyone, I want to share some bugs I’ve noticed with the pagination feature (v.1) on custom lists:

  1. Pagination order issue:
    When I move to the next page, I expect to see the next set of items, not the last ones.
    2.Example:* If I reach the bottom of the first 20 items on the first page and then go to the second page, I see the last items of the second page, not the first ones. This causes the item flow to be inconsistent.

  2. Search bar functionality:
    When using a custom search bar (the only available option in custom lists), the search only works within the current set of 20 visible items.
    Example:* If I’m looking for the 21st item that is called “Love” (on the second page) but I’m typing on the search bar on the first page, the item will not appear in search results.

  3. User-managed lists:
    For lists that are user-managed (e.g., thread comments, for-sale listings, etc.), it would be great if, when a user posts something new, they could be directed to the most recent post. You would need to set the option to either skip to the top of the first page or the bottom of the last page.

  4. Page navigation:
    Skipping through pages one by one can be tedious. It would be helpful to have a “Skip to last page” or “Skip to first page” option with just one click.

  5. Pagination display on Android:
    On Android, the pagination numbers are displayed in white text on a light grey background, making them hard to read.

In conclusion, it’s a great feature, but unfortunately, due to these limitations, I’m unable to use it in my app

Please share your opinions too! Thank you!

Hi

I have also used pagination for one of my custom lists. The list with pagination does not refresh correctly when the filters are used. The filters are only employed on the existing records from the previous filter parameters. When the screen is refeshed, all records show up correctly. The custom list without pagination, “load on scroll” disabled, works perfectly, except for the points mentioned in my post below.

I have described the “not refreshing” effect in detail in a previous post

Hopefully this can be corrected soon. Currently I have to use “load all” & restrict record numbers to make the custom list with filters to work as I require.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.