vmware-clarity / starters

A collection of starter applications built with Clarity. Each starter project contains minimal default configuration and code to run and develop an application for a specific technology.
https://clarity.design
MIT License
19 stars 7 forks source link

Column Ordering: instructions are not provided #81

Open steve-haar opened 2 years ago

steve-haar commented 2 years ago

From Amy Li

No instructions that the columns can be reordered for screen readers, sighted keyboard users, and mouse users

AmyLiNow commented 2 years ago

@steve-haar this is related to an invalid heading controls issue (https://github.com/vmware-clarity/starters/issues/83) adding more invalid code into the datagrid headings will add to that issue. It is recommended to provide separate controls (outside of the data grid) for reordering columns using assistive technology in addition to mouse drag and drop.

If or when we do decide to have separate controls, it would be helpful to have labels and/or instructions on how to use the reordering controls.