{hero}

language.aria.sortDescending

Since: DataTables 1.10

Language strings used for WAI-ARIA specific attributes.

Deprecated!

As of v this feature has been deprecated. This feature has not yet been scheduled for removal, but its use is discouraged and the alternatives discussed below should be used.

Description

ARIA label that is added to the table headers when the column may be sorted descending by activing the column (click or return when focused).

Note that the column header text is prefixed to this string.

Type

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

Default

  • Value: : activate to sort column descending

Example

Set ARIA sort descending string:

new DataTable('#myTable', {
	language: {
		aria: {
			sortDescending: ' - click/return to sort descending'
		}
	}
});

Related

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