Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve accessibility #130

Closed
denisw opened this issue Mar 16, 2017 · 2 comments
Closed

Improve accessibility #130

denisw opened this issue Mar 16, 2017 · 2 comments

Comments

@denisw
Copy link

denisw commented Mar 16, 2017

Currently, the default react-table components output just nested <div> tags, which means that screen readers and other assistive technologies don't recognize that the markup actually represents a table. Thus, the different parts should have WAI-ARIA role attributes to expose this information. Relevant here is the grid role and its accompanying roles (row, gridcell etc.).

@tannerlinsley
Copy link
Collaborator

tannerlinsley commented Mar 16, 2017 via email

@tannerlinsley
Copy link
Collaborator

I would love to have more aria compliance, so anyone who would like to work on this, let me know.

cdtinney added a commit to cdtinney/react-table that referenced this issue May 25, 2017
…ake priority over the default showPagination prop. It is set to a default of 'true'.

It is demonstrated in a 'ShowPaginationNoData' story.

Relates to TanStack#130, TanStack#248.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants