Table does not actually sort. This page just implements a couple of possible techniques for indicating sorted status to screen readers.
Sorted state is reported using aria-sort
property and an aria-live
region. The table caption is also updated with the current sort state of the table.
Header One | Header Two | Header Three |
---|---|---|
Data Row Two Column One | Data Row Two Column Two | Data Row Two Column Three |
Data Row Three Column One | Data Row Three Column Two | Data Row Three Column Three |
Data Row Four Column One | Data Row Four Column Two | Data Row Four Column Three |