Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First and Last page paging actions #2346

Open
jrchudy opened this issue Aug 2, 2023 · 0 comments
Open

First and Last page paging actions #2346

jrchudy opened this issue Aug 2, 2023 · 0 comments
Labels
discussion required requires a discussion before moving forward

Comments

@jrchudy
Copy link
Member

jrchudy commented Aug 2, 2023

For recordset tables, we only allow next and previous as paging options. We want to add buttons to go to the last page and first page.

Details about implementation:

  • first page button
    • should disable when on the first page
    • to be consistent with other paging buttons, the text will be First
    • remove after/before from url to go to the first page
  • last page button
    • should disable when on the last page
    • to be consistent with other paging buttons, the text will be Last
    • how should this look in the UI
      • do we show the last "full" page of rows based on sort criteria?
        • For example, our set has 60 rows and we have a page size of 25
        • Does this show rows 36-60 in the set?
      • or does this button try to figure out the total amount to show based on the full size of the set and page size?
        • Using the same example, does this show rows 51-60?
@RFSH RFSH added the discussion required requires a discussion before moving forward label Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion required requires a discussion before moving forward
Projects
None yet
Development

No branches or pull requests

2 participants