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

feat(Pagination): automate pagination and overflow logic #3182

Merged
merged 19 commits into from
Dec 5, 2019

Commits on Nov 27, 2019

  1. Configuration menu
    Copy the full SHA
    849fca1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a54af0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4914f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48489a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a38965 View commit details
    Browse the repository at this point in the history
  6. feat(pagination): added utils to Pagination that paginate the data an…

    …d handle pagination overflow. Fix for patternfly#3136
    evwilkin committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    e9bfc98 View commit details
    Browse the repository at this point in the history
  7. eat(pagination): added utils to Pagination that paginate the data and…

    … handle pagination overflow. Fix for patternfly#3136
    evwilkin committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    d6aaddd View commit details
    Browse the repository at this point in the history
  8. fixed typo

    evwilkin committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    45be562 View commit details
    Browse the repository at this point in the history
  9. feat(pagination): moved automated pagination and overflow control int…

    …o Navigation and PaginationOptionsMenu.
    
    onSetPage and onPerPageSelect now return 5 values each for use in automating pagination
    evwilkin committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    2af1caa View commit details
    Browse the repository at this point in the history
  10. feat(pagination): added automated pagination and overflow handling, b…

    …uilt out new Demo to show functionality
    evwilkin committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    8c068d7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ccd67a0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6d51b32 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    df6d7ac View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c64bc2d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    81c1e23 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ca1b10c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. feat(Pagination): fixed PaginationOptionsMenu not updating rows to ma…

    …tch new last page of results when page number is automatically updated
    evwilkin committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    f312fe8 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Configuration menu
    Copy the full SHA
    70acae0 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    9e2a445 View commit details
    Browse the repository at this point in the history