Question

I implemented the flexible height plugin to enable ng-grid to grow and shrink when it's container grows and contracts - no problems there. However, now the fixed header is no longer fixed. Anyone ever run across this issue?

Was it helpful?

Solution

Just add

.ngHeaderScroller{
   position:fixed;
}

to your css and this should work.

Forked Plunker here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top