{hero}

paging

Since: DataTables 1.10

Enable or disable table pagination.

Description

DataTables can split the rows in tables into individual pages, which is an efficient method of showing a large number of records in a small space. The end user is provided with controls to request the display of different data as the navigate through the data. This feature is enabled by default, but if you wish to disable it, you may do so with this parameter.

Type

This option can be given in the following type(s):

Default

true

Example

Disable pagination:

new DataTable('#myTable', {
	paging: false
});

Related

The following options are directly related and may also be useful in your application development.