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

💄 Refined the paginator #135

Closed
wants to merge 2 commits into from
Closed

💄 Refined the paginator #135

wants to merge 2 commits into from

Commits on Jul 20, 2024

  1. ✨ Add new feature for pagination

    If we are on the first page of the data, the "Previous" button is not shown.
    If we are on the last page of the data, the "Next" button is not shown.
    
    I've updated the following tests:
    - easy-paginator.spec.ts
    - paginator.spec.ts
    
    All tests pass.
    ckersey2 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    76c58ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    124df2e View commit details
    Browse the repository at this point in the history