Skip to content

Commit

Permalink
fix: proposal for #72 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuunen authored and gajus committed Sep 3, 2018
1 parent bd4d09e commit 5d0c174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -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).
*/
Expand Down

0 comments on commit 5d0c174

Please sign in to comment.