Skip to content

Commit a3496ea

Browse files
Fixed the tabel cell aria role to cell. (#1073)
1 parent 42d96b2 commit a3496ea

File tree

2 files changed

+162
-162
lines changed

2 files changed

+162
-162
lines changed

src/DataTable/TableCell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function Cell<T>({
6161
<CellStyle
6262
id={id}
6363
data-column-id={column.id}
64-
role="gridcell"
64+
role="cell"
6565
className={classNames}
6666
data-tag={dataTag}
6767
cellStyle={column.style}

0 commit comments

Comments
 (0)