Skip to content

Commit

Permalink
WCMS-21323: Add title attribute to data table cells (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
brdunfield authored Jul 17, 2024
1 parent 3accd90 commit c5963bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Datatable/Datatable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ const DataTable = ({
},
}}
className={`${classList} ${tablePadding}`}
title={cell.getValue()}
>
{flexRender(cell.column.columnDef.cell, cell.getContext())}
</td>
Expand Down

0 comments on commit c5963bf

Please sign in to comment.