我正在使用DataTable。
我有以下表格:
表1
表2 这是我的初始化代码:
$('#invoice-content-table').dataTable({
"bPaginate": false,
"sScrollY": "150px",
"bPaginate": false,
"bLengthChange": false,
"bFilter": false,
"bSort": false,
"bInfo": false,
"bAutoWidth": false,
"bDestroy": true,
"aoColumns": [{
"sWidth": "170px"
}, {
"sWidth": "30px"
}, {
"sWidth": "30px"
}, {
"sWidth": "40px"
}, {
"sWidth": "25px"
}, {
"sWidth": "25px"
}, {
"sWidth": "25px"
}, {
"sWidth": "25px"
}, {
"sWidth": "25px"
}, {
"sWidth": "30px"
}, {
"sWidth": "50px"
}
]
});
有没有办法修复scroll-y
滚动,即使它不包含任何数据?