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

Fix 900 and refactored fixedHeaderOptions into fixedHeader and fixedSelectColumn #1088

Closed
wants to merge 2 commits into from

Conversation

patorjk
Copy link
Collaborator

@patorjk patorjk commented Nov 29, 2019

This PR fixes #900

It also refactors the fixedHeaderOptions into two parameters:

  • fixedHeader (boolean)
  • fixedSelectColumn (boolean)

Both of these features work in Safari on Mac as well as in Chrome on the iPhone.

It also addresses the problem of text scrolling "under" a select box when the user scrolls the table horizontally. The fixedHeader example was updated to demonstrate the updates.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.05%) to 76.124% when pulling 8fe5ad1 on patorjk:sticky into a0e9385 on gregnb:master.

@patorjk
Copy link
Collaborator Author

patorjk commented Dec 3, 2019

I noticed that the Material UI API refers to these types of parameters as "sticky" rather than "fixed". If this PR goes in, it may make sense to change:

@patorjk
Copy link
Collaborator Author

patorjk commented May 31, 2020

Closing in favor of updates in v3 branch.

@patorjk patorjk closed this May 31, 2020
@patorjk patorjk mentioned this pull request Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The selection box is misplaced when I scroll the table (only safari)
2 participants