Add role for accessibility

This commit is contained in:
Chantal Trutmann 2022-10-31 13:22:41 +01:00
parent 39d99f6857
commit c7a3a77c66

View File

@ -638,7 +638,7 @@
} }
c.$table.find( c.selectorHeaders ).attr({ c.$table.find( c.selectorHeaders ).attr({
scope: 'col', scope: 'col',
role : 'columnheader' role : 'switch columnheader'
}); });
// enable/disable sorting // enable/disable sorting
ts.updateHeader( c ); ts.updateHeader( c );