Skip to content

Commit

Permalink
updated the orientation of table column header tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
onursumer committed Jan 31, 2017
1 parent 2bd429d commit 7e5153c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ export default class EnhancedReactTable<T> extends React.Component<IEnhancedReac
const arrowContent = <div className="rc-tooltip-arrow-inner"/>;

headerContent = (
<Tooltip overlay={columnDef.description} placement="rightTop" arrowContent={arrowContent}>
<Tooltip overlay={columnDef.description} placement="top" arrowContent={arrowContent}>
{headerContent}
</Tooltip>
);
Expand Down

0 comments on commit 7e5153c

Please sign in to comment.