www.tablefixedheader.com
只需创建一个基本的有效 HTML,如下例所示。但请注意,层次结构必须是:
- table > thead > tr > th
- table > tbody > tr > td
可调整大小的列的示例
$('#4').fixheadertable({
caption : 'My employees',
colratio : [50, 150, 150, 150, 220, 150],
height : 200,
width : 800,
zebra : true,
resizeCol : true,
minColWidth : 50
});