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

Create scrollable table component #582

Open
m-j-mcdonald opened this issue Mar 19, 2017 · 0 comments
Open

Create scrollable table component #582

m-j-mcdonald opened this issue Mar 19, 2017 · 0 comments

Comments

@m-j-mcdonald
Copy link
Contributor

m-j-mcdonald commented Mar 19, 2017

The chair views use some tables where we want the body to be scrollable and the headers to be fixed. Right now they use the hacky solution of aligning two separate tables and making one scrollable, but it should be simple enough to do a React version of this: http://stackoverflow.com/questions/673153/html-table-with-fixed-headers/25902860#25902860 and put it into its own component for reuse (as Kunal suggested on a previous PR).

One possibility would also be to incorporate this: https://facebook.github.io/fixed-data-table/
The advantage being that it would be more efficiently rendered and the disadvantage being that it might be overkill.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants