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

Support expanding table height until a maxTableHeight is reached #23

Open AmosC opened 8 years ago

AmosC commented 8 years ago

A useful feature would be for the height of the table to be expandable up to a certain maximum height. Once the table is greater than this threshold, scroll bars would be displayed to navigate the rows.

drewfreyling commented 8 years ago

This change would be dependent on #17 right? @AmosC

AmosC commented 8 years ago

Yes, that's correct @drewfreyling