我是数据表的新手,我正在尝试this,但我想做分页,因为链接中提供的答案不涉及任何分页。可能吗?因为我已经尝试过,当我将分页设置为true时,链接中的下拉解决方案无法正常工作。
<script type="text/javascript">
$(document).ready(function() {
$('#datatable-responsive').DataTable( {
"responsive": true,
"paging": true,
"dom": 't<"margin-dataTable-bottom"<"pull-left margin-dataTable-pagination">>'
} );
} );
</script>
答案 0 :(得分:0)
您可以尝试这种替代解决方案,它是数据表中的可扩展分页机制,
vec3
请在下面找到更多详细信息: https://datatables.net/examples/basic_init/alt_pagination.html