是否允许表格分页。
DataTables可以将大量的记录分割为一个个独立的页。在一个较小的页面空间上展示大量的数据记录的时候,这是个非常有效的方法。 这个提供了页面导航控件用来请求显示不同的数据。 这个功能是默认启用的(true),如果你想禁止它就将它设置为false.
This option can be given in the following type(s):
true
禁用分页:
$('#example').dataTable( { "paging": false } );
下面的选项是直接相关的,也可能是您的应用程序的开发非常有用。
Translation from DataTables.net, with permission