language.aria.sortDescending
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 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.