$("#Table").stickyTableHeaders({scrollableArea: $('#scrollableArea')});
<div id="scrollableArea" style="max-height: 150px; _height:expression(this.scrollHeight > 150 ? '150px' : 'auto'); overflow-y:scroll;">
表头放在<thead>标签下
jQuery插件 https://github.com/jmosbech/StickyTableHeaders