Difference between revisions of "Data Tables"
Jump to navigation
Jump to search
(Created page with "== Design Considerations == * [https://uxdesign.cc/designing-tables-for-reusability-490a3760533 Designing Tables for Reusability] by Ada Rafalowicz and Havana Nguyen is a gre...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category: Design]] | |||
== Design Considerations == | == Design Considerations == | ||
* [https://uxdesign.cc/designing-tables-for-reusability-490a3760533 Designing Tables for Reusability] by Ada Rafalowicz and Havana Nguyen is a great white-paper style review of the decisions they made at the UX Design Collective regarding data tables. | * [https://uxdesign.cc/designing-tables-for-reusability-490a3760533 Designing Tables for Reusability] by Ada Rafalowicz and Havana Nguyen is a great white-paper style review of the decisions they made at the UX Design Collective regarding data tables. | ||
* [https://medium.com/pulsar/modern-enterprise-ui-design-part-1-tables-ad8ee1b9feb Modern Enterprise UI design — Part 1: Tables] by James Jacob | |||
== Accessibility concerns == | == Accessibility concerns == |
Latest revision as of 09:08, 29 October 2019
Design Considerations
- Designing Tables for Reusability by Ada Rafalowicz and Havana Nguyen is a great white-paper style review of the decisions they made at the UX Design Collective regarding data tables.
- Modern Enterprise UI design — Part 1: Tables by James Jacob
Accessibility concerns
- a11y: Tables and Borders discusses how VoiceOver reads handles tables.
Development considerations
- A Responsive Accessible Table by Adrian Roselli gives a long detailed example of building a responsive accessible table.