水平滚动
允许水平滚动。如果你的表格太宽以至于不能适应特定的布局,或者有太多的列,可以启用表格在视窗中水平滚动。
(这段话原话是有问题的,这句话可能跟scrollY混淆了,暂时不翻译这句话,大家还是看原句吧。)This property can be true
which will allow the table to scroll horizontally when needed (recommended), or any CSS unit, or a number (in which case it will be treated as a pixel measurement).
This option can be given in the following type(s):
false
Enable horizontal scrolling:
$('#example').dataTable( { "scrollX": true } );
下面的选项是直接相关的,也可能是您的应用程序的开发非常有用。
Translation from DataTables.net, with permission