cornflourblue / angu-fixed-header-table

AngularJS fixed header scrollable table directive
http://pointblankdevelopment.com.au/blog/angularjs-fixed-header-scrollable-table-directive
MIT License
67 stars 43 forks source link

Set default table height if not defined #19

Closed bodja closed 4 years ago

bodja commented 9 years ago

Directive will not work if table height is not defined.

I suggest to add default value of 100% height elem.style.height = elem.style.height || '100%';