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

Header is not fixed #3

Open
bastienJS opened this issue Apr 7, 2015 · 1 comment
Open

Header is not fixed #3

bastienJS opened this issue Apr 7, 2015 · 1 comment

Comments

@bastienJS
Copy link

When I check your demo: http://objectcomputing.github.io/FixedHeader/demo/index.html

and make my browser window smaller I would expect scrollbars only to the table body but instead the page gets scrollbars and when I scroll then the whole table inklusive header is scrolling...

So where is the fixed header in your demo? Anything that I miss?

@LMFinney
Copy link
Contributor

LMFinney commented Apr 7, 2015

The behavior this provides is not related to making the browser window
small. It's simply that the header is external to the scrolling portion of
the table. This directive does not prevent the table's parent container
from scrolling.

On Tue, Apr 7, 2015 at 2:31 PM, bastienJS notifications@github.com wrote:

When I check your demo:
http://objectcomputing.github.io/FixedHeader/demo/index.html

and make my browser window smaller I would expect scrollbars only to the
table body but instead the page gets scrollbars and when I scroll then the
whole table inklusive header is scrolling...

So where is the fixed header in your demo? Anything that I miss?


Reply to this email directly or view it on GitHub
#3.

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

No branches or pull requests

2 participants