You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior
When clicking on the table header (multi sort options) that is currently in "ascending" order, the aria-sort value is still "ascending".
Expected behavior
The value of the aria-sort must change to "descending"
[X] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35
Current behavior
When clicking on the table header (multi sort options) that is currently in "ascending" order, the aria-sort value is still "ascending".
Expected behavior
The value of the aria-sort must change to "descending"
Minimal reproduction of the problem with instructions
It can be reproduced directly on the demo (v12.2.4):
https://www.primefaces.org/primeng/showcase/#/table/sort
The text was updated successfully, but these errors were encountered: