close
dataTable的卷軸呈現是在dataTable的參數裡頭設定
不用在CSS那邊處理
--
$(document).ready(
function
() {
$(
'#example'
).DataTable( {
"scrollY"
: 200,
"scrollX"
:
true
} );
} );
--
https://datatables.net/examples/basic_init/scroll_xy.html
--
全站熱搜