Skip to content

Commit

Permalink
Merge branch 'master' into chore/update-cli-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Jan 30, 2020
2 parents 97ab0ca + 132dbfb commit a9e3393
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/react/src/components/DataTable/TableHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,12 @@ const TableHeader = React.forwardRef(function TableHeader(
) {
if (!isSortable) {
return (
<th {...rest} className={headerClassName} scope={scope} colSpan={colSpan}>
<th
{...rest}
className={headerClassName}
scope={scope}
colSpan={colSpan}
ref={ref}>
<span className={`${prefix}--table-header-label`}>{children}</span>
</th>
);
Expand Down

0 comments on commit a9e3393

Please sign in to comment.