Skip to content

Commit

Permalink
Add HTML title attributes to table text cells (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
akleiner2 committed Nov 21, 2020
1 parent 55e2d2b commit 22fc49c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/table/src/TextTableCell.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const TextTableCell = memo(
<Text
size={300}
flex="1"
title={typeof children === 'string' ? children : undefined}
{...ellipsis}
{...(isNumber ? { fontFamily: 'mono' } : {})}
{...textProps}
Expand Down

0 comments on commit 22fc49c

Please sign in to comment.