Skip to content

Commit 5d0c174

Browse files
Shuunengajus
authored andcommitted
fix: proposal for #72 (#73)
1 parent bd4d09e commit 5d0c174

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/table.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import truncateTableData from './truncateTableData';
2222
* @property {string} alignment Cell content alignment (enum: left, center, right) (default: left).
2323
* @property {number} width Column width (default: auto).
2424
* @property {number} truncate Number of characters are which the content will be truncated (default: Infinity).
25+
* @property {boolean} wrapWord When true the text is broken at the nearest space or one of the special characters
2526
* @property {number} paddingLeft Cell content padding width left (default: 1).
2627
* @property {number} paddingRight Cell content padding width right (default: 1).
2728
*/

0 commit comments

Comments
 (0)