Bootstrap grid header

I’m wanting to create a bootstrap grid that is similar to a table in that it has a header section and probably a footer, but I’d like to keep the “header” row static and have the “table body” scrollable. Any suggestions or examples I could take a look at?

http://getbootstrap.com/examples/navbar-fixed-top/

The correct search term in google would be something like “fixed header bootstrap”. There are many more results on google.

The body table would be scrollable via the browsers default scrollbars, as is the above example.

2 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.