Search code examples
jquerycsstablesorter

TableSorter 2.0 Plugin - Enable Table scroll


I am using the Tablesorter plugin and it works great. Currently, I achieve table scrolling using a div wrapper. Is it possible to make the table scroll, keeping the headers visible while scrolling and not using any divs?


Solution

  • Try this CSS, adjusting the height to suit:

    tbody{height: 4em; overflow: scroll}
    

    Example: http://jsbin.com/ofice