language.aria.sortDescending
Since: DataTables 1.10
Language strings used for WAI-ARIA specific attributes.
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:
$('#example').dataTable( {
"language": {
"aria": {
"sortDescending": " - click/return to sort descending"
}
}
} );
Related
The following options are directly related and may also be useful in your application development.