Scrolling DataTable
Datatables can be made to scroll along the x, y, or xy-axes. The Scrolling Datatable plugin enables this functionality. The width, height, and scrolling axes of the table can be passed into the plugin. It is recommended that at least, a width is provided for y-scrolling datatables, and a height is provided for x-scrolling datatables. If no scrolling direction is provided, the table defaults to a y-scrolling table.
xy-Scrolling Datatable
The following is a standard xy-scrolling datatable. The width, height and scroll direction are passed into the plugin.
x-Scrolling Datatable
The following is a standard x-scrolling datatable. The width and scroll direction are passed into the plugin. The height is automatically set to the entire table height.
y-Scrolling Datatable
The following is a standard y-scrolling datatable. The height and scroll direction are passed into the plugin. The width is automatically set to width of the container.