Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table with vertical scrolling? #4536

Closed
bobbychopra opened this issue Aug 21, 2012 · 4 comments
Closed

Table with vertical scrolling? #4536

bobbychopra opened this issue Aug 21, 2012 · 4 comments

Comments

@bobbychopra
Copy link

Any guidance or suggestion on how to add a vertical scroll bar to the table so it can be set to a fixed height or fixed number of records?

I know I can put the table in a div and apply the style as mentioned below. But I was looking for a way to fix the header and footer of the table.

http://stackoverflow.com/questions/10420168/twitter-bootstrap-scrollable-table

@mdo
Copy link
Member

mdo commented Aug 21, 2012

Nope, but I have seen some ideas around this. Give it a Google or two.

@mdo mdo closed this as completed Aug 21, 2012
@thezoggy
Copy link

just put your table in a div and make that div have a fixed height and overflow-y propery.. css 101.
http://css-tricks.com/the-css-overflow-property/

@chunwanglh
Copy link

@thezoggy As I tried, it also makes the header scrollable, is there a way to fix the header, but only the content of the table is scrollable?

@mcarpenterjr
Copy link

Best Way dates all the way back to 2010

@twbs twbs locked and limited conversation to collaborators Jul 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants