aslagle / reactive-table

A reactive table designed for Meteor
https://atmospherejs.com/aslagle/reactive-table
Other
328 stars 138 forks source link

fixed header, scrollable body? #270

Open tedgoldstein opened 9 years ago

tedgoldstein commented 9 years ago

Has anyone been able to make the headers fixed and scrolling body? I'm having problems with the usual HTML5 css for this. tbody { height: 200px; overflow-y: auto; }

aslagle commented 9 years ago

I think you also need display: blockfor the height to work.