Вопрос

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?

Это было полезно?

Решение

Just add

.ngHeaderScroller{
   position:fixed;
}

to your css and this should work.

Forked Plunker here

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top