Search
282 results 181-190
Reference
language.aria.sortDescending
› Language strings used for WAI-ARIA specific attributesARIA 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.language.aria.sortAscending
› Language strings used for WAI-ARIA specific attributesARIA 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.language.aria.paginate
› WAI-ARIA labels for pagination buttonsThis object contains the properties that can be used for the ARIA label attributes that are applied to the pagination controls in DataTables. This can be useful when you use the language.paginate options to alter the default pagination button text to show icons rather than text, as the ARIA label attributes ensure that accessibility will still be retained. Prior to DataTables 2, the pagination buttons contained plain text descriptions and thus the parameters in this object contained no values. With DataTables 2's change to use a UTF-8 icon to represent the first, last, previous and next buttons, the defaults for the parameters in this object were updated to include descriptive text.language.aria.paginate.previous
› WAI-ARIA label for the _previous_ pagination buttonSet the ARIA label attribute for the previous pagination button. This can be particularly useful for cases where you wish to show an icon such as « or ‹ in the button itself, while retaining full accessibility. Please note that the default value was updated for DataTables 2 to contain a value (previously it was an empty string) due to the use of a UTF-8 character being used for display in the button.language.aria.paginate.number
› WAI-ARIA label for the number pagination buttonsThis option can be used to set a WAI-ARIA label for the number buttons in the DataTables pagination control that represent a page number (i.e. the button simply shows a number). This can be useful to add context to what clicking on the button in the paging control will do. The number that the table's page will jump to when the button is triggered is appended to the end of the string given here. If the value is empty (as is the default case), no aria-label attribute will be added to the numbered paging buttons.language.aria.paginate.next
› WAI-ARIA label for the _next_ pagination buttonSet the ARIA label attribute for the next pagination button. This can be particularly useful for cases where you wish to show an icon such as » or › in the button itself, while retaining full accessibility. Please note that the default value was updated for DataTables 2 to contain a value (previously it was an empty string) due to the use of a UTF-8 character being used for display in the button.language.aria.paginate.last
› WAI-ARIA label for the _last_ pagination buttonSet the ARIA label attribute for the last pagination button. This can be particularly useful for cases where you wish to show an icon such as » in the button itself, while retaining full accessibility. Please note that the default value was updated for DataTables 2 to contain a value (previously it was an empty string) due to the use of a UTF-8 character being used for display in the button.language.aria.paginate.first
› WAI-ARIA label for the _first_ pagination buttonSet the ARIA label attribute for the first pagination button. This can be particularly useful for cases where you wish to show an icon such as « in the button itself, while retaining full accessibility. Please note that the default value was updated for DataTables 2 to contain a value (previously it was an empty string) due to the use of a UTF-8 character being used for display in the button.language.aria.orderableReverse
› Language string used for WAI-ARIA column label to alter column's orderingARIA label that is added to the table headers when the column is already ordered and may be reverse sorted by activating the column (click or return when focused). The string given here is prefixed with the column name when DataTables constructs the aria-label attribute.language.aria.orderableRemove
› Language string used for WAI-ARIA column label to alter column's orderingARIA label that is added to the table header when the next activation (click) on a table header will cause the sort to be removed from the column. The string given here is prefixed with the column name when DataTables constructs the aria-label attribute.