diff --git a/src/TableCell.tsx b/src/TableCell.tsx index 2bee8d7..3f65849 100644 --- a/src/TableCell.tsx +++ b/src/TableCell.tsx @@ -54,6 +54,11 @@ export interface TableCellProps extends TableBorder { * The font-size to apply to the cell. */ fontSize?: number | string; + + /** + * Whether to use react-pdf's automatic wrapping for the cell content. If not defined it will be true. + */ + wrap?: boolean; } /** @@ -95,7 +100,7 @@ export class TableCell extends React.PureComponent { return ( {content}