Skip to content

Commit

Permalink
fix(Table): aria-readonly is not allowed on rowgroup (#1380)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored and wuweiweiwu committed Jun 26, 2019
1 parent bc5ae2f commit 7e5ceaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/Table/Table.js
Expand Up @@ -416,6 +416,7 @@ export default class Table extends React.PureComponent {

<Grid
{...this.props}
aria-readonly={null}
autoContainerWidth
className={clsx('ReactVirtualized__Table__Grid', gridClassName)}
cellRenderer={this._createRow}
Expand Down

0 comments on commit 7e5ceaa

Please sign in to comment.