File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
<description >
11
11
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).
12
12
13
- Note that the column header text is prefixed to this string.
13
+ The variable _HEADER_ is replaced by the column header. If not present, the column header is prefixed to this string.
14
14
</description >
15
15
16
16
<example title =" Set ARIA sort ascending string" ><![CDATA[
17
17
$('#example').dataTable( {
18
18
"language": {
19
19
"aria": {
20
- "sortAscending": " - click/return to sort ascending"
20
+ "sortAscending": "click to sort by _HEADER_ ascending"
21
21
}
22
22
}
23
23
} );
Original file line number Diff line number Diff line change 10
10
<description >
11
11
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).
12
12
13
- Note that the column header text is prefixed to this string.
13
+ The variable _HEADER_ is replaced by the column header. If not present, the column header is prefixed to this string.
14
14
</description >
15
15
16
16
<example title =" Set ARIA sort descending string" ><![CDATA[
17
17
$('#example').dataTable( {
18
18
"language": {
19
19
"aria": {
20
- "sortDescending": " - click/return to sort descending"
20
+ "sortDescending": "click to sort by _HEADER_ descending"
21
21
}
22
22
}
23
23
} );
You can’t perform that action at this time.
0 commit comments