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] Add sticky header support #17139

Merged
merged 22 commits into from
Aug 28, 2019
Merged

[Table] Add sticky header support #17139

merged 22 commits into from
Aug 28, 2019

Commits on Aug 24, 2019

  1. Update tables.md

    Added link to ScrollableTable.js example
    egerardus committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    62b3267 View commit details
    Browse the repository at this point in the history
  2. Create ScrollableTable.js

    Then example code for scrollable table rows with a fixed header and toolbar.
    egerardus committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    96f9d9d View commit details
    Browse the repository at this point in the history
  3. Update ScrollableTable.js

    ran prettier
    egerardus committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    9b738d3 View commit details
    Browse the repository at this point in the history
  4. prettiered again

    jerry committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    7b32804 View commit details
    Browse the repository at this point in the history
  5. Update ScrollableTable.js

    jerry committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    6c60bb9 View commit details
    Browse the repository at this point in the history
  6. removed unnecessary appbar padding for demo

    jerry committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    e656522 View commit details
    Browse the repository at this point in the history
  7. Update ScrollableTable.js

    Switch root height to 100% from 100vh
    jerry committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    de076e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2019

  1. Update tables.md

    Updated the title and information as noted in #17139 (comment)
    egerardus committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    024c4c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Update ScrollableTable.js

    Added wrapper to show properly on docs page.
    jerry committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    097fa08 View commit details
    Browse the repository at this point in the history
  2. Update ScrollableTable.js

    revert
    jerry committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    31622b0 View commit details
    Browse the repository at this point in the history
  3. Update ScrollableTable.js

    egerardus committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    980b2d1 View commit details
    Browse the repository at this point in the history
  4. Update ScrollableTable.js

    egerardus committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    80d820b View commit details
    Browse the repository at this point in the history
  5. Update ScrollableTable.js

    added table wrapper for demo
    egerardus committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    416e64a View commit details
    Browse the repository at this point in the history
  6. Update ScrollableTable.js

    prettiered
    jerry committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    baeff96 View commit details
    Browse the repository at this point in the history
  7. Update ScrollableTable.js

    jerry committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    ec2435b View commit details
    Browse the repository at this point in the history
  8. Update ScrollableTable.js

    jerry committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    ff5d48a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Fixed header bottom border not sticking

    The table border-collapse was set to "collapse"
    egerardus committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    a74cc0f View commit details
    Browse the repository at this point in the history
  2. Update ScrollableTable.js

    jerry committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    664d27f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce262fe View commit details
    Browse the repository at this point in the history
  4. Update ScrollableTable.js

    jerry committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    2b5654e View commit details
    Browse the repository at this point in the history
  5. Update ScrollableTable.js

    Added class to prevent losing the header bottom border. Going to stop fiddling with this now...
    jerry committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    9290599 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f95512e View commit details
    Browse the repository at this point in the history