From 5d0c174f1485b82ebd9b4b4385f001c16a181db9 Mon Sep 17 00:00:00 2001 From: Romain Racamier Date: Mon, 3 Sep 2018 09:49:59 +0200 Subject: [PATCH] fix: proposal for #72 (#73) --- src/table.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/table.js b/src/table.js index 88ffbf0..1b68a51 100644 --- a/src/table.js +++ b/src/table.js @@ -22,6 +22,7 @@ import truncateTableData from './truncateTableData'; * @property {string} alignment Cell content alignment (enum: left, center, right) (default: left). * @property {number} width Column width (default: auto). * @property {number} truncate Number of characters are which the content will be truncated (default: Infinity). + * @property {boolean} wrapWord When true the text is broken at the nearest space or one of the special characters * @property {number} paddingLeft Cell content padding width left (default: 1). * @property {number} paddingRight Cell content padding width right (default: 1). */