Search
282 results 141-150
Reference
language.select.aria.rowCheckbox
› Text to use as the aria-label for the row selection checkboxsThis option is used to set the string value to assign to the aria-label for the checkbox used in row selection with the DataTable.render.select() helper function. The aria-label attribute is used by assistive technology (e.g. screen readers) to provide extra information for an element and to describe what it does to the end user. It is not displayed or otherwise used if assistive technology is not used.language.select.aria.headerCheckbox
› Text to use as the aria-label for the header checkboxThis option is used to set the string value to assign to the aria-label for the "select all" checkbox in the table header (see select.headerCheckbox). The aria-label attribute is used by assistive technology (e.g. screen readers) to provide extra information for an element and to describe what it does to the end user. It is not displayed or otherwise used if assistive technology is not used.language.searchBuilder.value
› Set the placeholder text for the SearchBuilder value `-tag select` elementThis will set the placeholder text for the value select element, by default this is 'Value'. This dom element is available in custom conditions and plugins also.language.searchBuilder.rightTitle
› Set the title attribute of the SearchBuilder right buttonAs standard, SearchBuilder will set the right button's title to 'Indent criteria'. This title is displayed when the mouse hovers over the right button. The value of language.searchBuilder.rightTitle is passed into an i18n() function.language.searchBuilder.right
› Set the text of the SearchBuilder right buttonAs standard, SearchBuilder will set the right button's text to '>'. The value of language.searchBuilder.right is passed into an i18n() function.language.searchBuilder.logicOr
› Message to display when OR logic is in placeAs standard, SearchBuilder will set the logic button to display 'Or' when OR logic is in place.language.searchBuilder.logicAnd
› Message to display when AND logic is in placeAs standard, SearchBuilder will set the logic button to display 'And' when AND logic is in place.language.searchBuilder.leftTitle
› Set the title attribute of the SearchBuilder left buttonAs standard, SearchBuilder will set the left button's title to 'Outdent criteria'. This title is displayed when the mouse hovers over the left button. The value of language.searchBuilder.leftTitle is passed into an i18n() function.language.searchBuilder.left
› Set the text of the SearchBuilder left buttonAs standard, SearchBuilder will set the left button's text to '<'. The value of language.searchBuilder.left is passed into an i18n() function.language.searchBuilder.deleteTitle
› Set the `title` attribute of the SearchBuilder delete criteria buttonAs standard, SearchBuilder will set the delete criteria button's title to 'Delete filtering rule'. This title is displayed when the mouse hovers over the delete button. The value of language.searchBuilder.deleteTitle is passed into an i18n() function.