1
我知道我可以過濾的行表中只返回前5行:jQuery的數據表,從搜索
var table = $('#example').DataTable();
//#column3_search is a <input type="text"> element
$('#column3_search').on('keyup', function() {
table.columns(3).search(this.value).draw();
});
如何退還例如,僅前3分的成績列該搜索的?
這將JST添加分頁程序並將其放置在其他頁面其他行。但它是一個好的開始 –