{hero}

language.infoPostFix

Since: DataTables 1.10

String to append to all other summary information strings.

Description

If can be useful to append extra information to the info string at times, and this variable does exactly that.

This string will be appended to the language.info (language.infoEmpty and language.infoFiltered in whatever combination they are being used) at all times.

Type

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

Default

  • Value: Empty string

Example

Postfix string to the information summary:

new DataTable('#myTable', {
	language: {
		infoPostFix: 'All records shown are derived from real information.'
	}
});

Related

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