info
Feature control table information display field.
Description
When this option is enabled, Datatables will show information about the table including information about filtered data if that action is being performed. This option allows that feature to be enabled or disabled.
Note that by default the information display is shown below the table on the left, but this can be controlled using dom
and CSS).
Type
This option can be given in the following type(s):
Default
- Value:
true
Example
Disable information display:
$('#example').dataTable( {
"info": false
} );
Related
The following options are directly related and may also be useful in your application development.