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

[Table] Support TablePagination display of all rows #17885

Merged
merged 3 commits into from
Oct 19, 2019

Commits on Oct 17, 2019

  1. Added: "All" option to "rows per page" in TablePagination API

    [fixed] page range display for 'all' option
    
    [fixed]The page range display showed 1--1 of {totalRows} when the option to display all the rows was chosen.
    eps1lon authored and SarthakC committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    4bc35bf View commit details
    Browse the repository at this point in the history
  2. added documentation for custom pagination menu

    might need revision
    SarthakC committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    b002e82 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

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