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

Added pagination option to include a Previous and Next button #576

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 31, 2018

  1. Added pagination option to include a Previous and Next button in the …

    …pagination. Default is False.
    Todd Waits committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    f5c373d View commit details
    Browse the repository at this point in the history
  2. Added pagination option to include next/prev buttons.

    Removed the e.preventDefault, and changed pagination to use html button tags instead of anchor tags with "#" as the href. As these are not links, a button is a semantically sound approach to handling the pagination and avoids issues of scrolling to the top of the page whenever a page button is clicked.
    Todd Waits committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    b448d87 View commit details
    Browse the repository at this point in the history