Currently, I am working on an application that utilizes Quasar (CLI) and have successfully created a datatable using q-table
. My next goal is to enhance the table's accessibility by adding an aria-label
attribute to the column sorting icon. However, I have been unable to find a straightforward solution for this.
Here is a visual reference:
https://i.sstatic.net/D2a7V.png
as you can see, it pertains to this particular icon.
I've experimented with different approaches but none have yielded the desired result. I would prefer not to overhaul this component entirely since it already contains a considerable amount of code.
Any assistance would be greatly appreciated!