Skip to content

Commit

Permalink
Put back aria label for the details panel toggle header item
Browse files Browse the repository at this point in the history
  • Loading branch information
arminmeh committed Sep 5, 2024
1 parent 9d0ad98 commit 8d5aba7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ export const GRID_DETAIL_PANEL_TOGGLE_COL_DEF: GridColDef = {
return expandedRowIds.includes(rowId);
},
renderCell: (params) => <GridDetailPanelToggleCell {...params} />,
renderHeader: () => null,
renderHeader: (params) => <div aria-label={params.colDef.headerName} />,
};

0 comments on commit 8d5aba7

Please sign in to comment.