We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4d09e commit 5d0c174Copy full SHA for 5d0c174
src/table.js
@@ -22,6 +22,7 @@ import truncateTableData from './truncateTableData';
22
* @property {string} alignment Cell content alignment (enum: left, center, right) (default: left).
23
* @property {number} width Column width (default: auto).
24
* @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
26
* @property {number} paddingLeft Cell content padding width left (default: 1).
27
* @property {number} paddingRight Cell content padding width right (default: 1).
28
*/
0 commit comments