{hero}

language.aria.sortAscending

Since: DataTables 1.10

Language strings used for WAI-ARIA specific attributes.

Removed

As of v2.0.0 this feature has been removed.

Please note that this parameter is no longer available in DataTables as of v2. It has been replaced with language.aria.orderable and language.aria.orderableReverse.

Description

ARIA label that is added to the table headers when the column may be sorted ascending by activating 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 ascending

Example

Set ARIA sort ascending string:

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

Related

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