We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88048d8 commit 641c2d3Copy full SHA for 641c2d3
src/components/table/helpers/mixin-thead.js
@@ -95,6 +95,7 @@ export default {
95
if (!field.label.trim() && !field.headerTitle) {
96
// In case field's label and title are empty/blank
97
// We need to add a hint about what the column is about for non-sighted users
98
+ /* istabnul ignore next */
99
ariaLabel = startCase(field.key)
100
}
101
const sortable = field.sortable && !(isFoot && this.noFooterSorting)
0 commit comments