发布网友
共1个回答
热心网友
添加一个sScrollY属性
var height=$(window).height();
$(document).ready(function() {
$('#example').dataTable(
{
"sScrollY": height
});