We are using a custom angular table which includes sorting functionality as well.
When the user sorts column1 we are setting aria-label for column1 as:
"Click to sort column1 in ascending order".
If the user clicks again on same header we are changing the same aria-label to "Click to sort column1 in descending order".
But it is observed that the updated aria-label is not detected by JAWS narrator.
How we can resolve this issue where JAWS can read an updated aria-label or is there any alternative for this ?
Thanks