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

Make it easier to correlate the grid columns headers to fields #71

Open
waldoj opened this issue Dec 22, 2015 · 0 comments
Open

Make it easier to correlate the grid columns headers to fields #71

waldoj opened this issue Dec 22, 2015 · 0 comments

Comments

@waldoj
Copy link
Member

waldoj commented Dec 22, 2015

As the grid on the home page gets taller, the header row is scrolling out of view. So it becomes difficult to figure out which field belongs to which column. Figure out how to address this.

One way to do this is to fix the thead, so that it doesn't scroll out of view. It looks like there are at least a couple of jQuery plugins that accomplish this (floatThread and Sticky Table Headers). The one catch is that I think that both require that the table be put in a DIV, so that it scrolls within the DIV instead of within the page. That's not great, but not a deal-breaker.

Also, we could repeat the thead periodically, every 10–15 rows. That might be confusing to people, though.

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

1 participant