alalonde / angular-scrollable-table

A fixed header table directive for AngularJS
MIT License
68 stars 48 forks source link

Fixed header with more than one row #11

Closed crissi closed 8 years ago

crissi commented 10 years ago

Fixed header with more than one row of th's

jmaynier commented 10 years ago

Until commit 33630d0, It used to work for me by adding to the css

.default-scrollable .scrollableContainer { height: 185px; }

More recent version does not work anymore with that trick. +1 for a real solution for multiple header rows.

alalonde commented 8 years ago

Won't fix, out of scope.