alalonde / angular-scrollable-table

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

Addeding the height of the scroll container though an attribute on directive #15

Closed crissi closed 10 years ago

crissi commented 10 years ago

An height attribute that could be set on the directive that will set the height of the scrollable area.

alalonde commented 10 years ago

I think I would prefer this to be set via CSS. Currently, the height you define for .scrollableContainer is applied in all the height calculations.