oci-labs / FixedHeader

AngularJS Directive and CSS for creating scrollable tables with fixed headers
17 stars 5 forks source link

Header is not fixed #3

Open bastienJS opened 9 years ago

bastienJS commented 9 years ago

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 commented 9 years ago

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 https://github.com/objectcomputing/FixedHeader/issues/3.