horizontally scrollable table column
        Posted  
        
            by Alexandru Cucu
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Alexandru Cucu
        
        
        
        Published on 2010-03-23T13:36:23Z
        Indexed on 
            2010/05/18
            2:00 UTC
        
        
        Read the original article
        Hit count: 444
        
Hello,
I would need to build a html table that has a horizontally scrolable column. The scroll should be placed in the column's header.
My question first question is: do you know any jquery plug-in that is able to do this? My second question: is this possible using a single table. I've heard that in order to do this you need to use multiple synchronized tables that look like a single one from the user's perspective.
Any ideea/advice would be welcomed.
Thank you.
© Stack Overflow or respective owner