Responsive Table Test

Responsive tables collapse columns into expandable sections on narrow screens (and at high zoom settings) to eliminate the need for horizontal scrolling. There is no specific ARIA Pattern for responsive tables, but related examples include:

Additionally, responsive tables should meet the following requirements:

(Note: in the tests below, tables are already "collapsed" as if they were one a narrow screen -- so we don't have to resize the browser to test.)

Original Table (not collapsed)

Agency Acronym Code Staff
Aging AGE 402 147
Agriculture AGR 406 355
Arts Council IAC 503 17

Test 1: Clickable Headers (current implementation)

Agency Acronym
AGE
AGR
IAC

Test 2: Header Buttons & ARIA-Owns

Agency Acronym Code Staff
AGE
AGR
Arts Council IAC

Test 3: Header Buttons & Headers Attribute

Agency Acronym
AGE
AGR
Arts Council IAC

Conclusions?