【发布时间】:2015-12-14 07:12:28
【问题描述】:
使用导出工具时显示条目下拉菜单消失
$(document).ready(function() {
$('#example').DataTable( {
dom: 'Bfrtip', // if you remove this line you will see the show entries dropdown
buttons: [
'copy', 'csv', 'excel', 'pdf', 'print'
]
} );
});
【问题讨论】:
标签: javascript jquery datatables