水平滚动(scrollX)

起始版本号:1.10.0

水平滚动

说明

允许水平滚动。如果你的表格太宽以至于不能适应特定的布局,或者有太多的列,可以启用表格在视窗中水平滚动。

(这段话原话是有问题的,这句话可能跟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):

Default

Example

Enable horizontal scrolling:

$('#example').dataTable( {
  "scrollX": true
} );

Related

下面的选项是直接相关的,也可能是您的应用程序的开发非常有用。

http://datatables.net/reference/option/scrollX

Translation from DataTables.net, with permission