Skip to content

Commit 3e3ff71

Browse files
sbj42bcoe
authored andcommittedDec 18, 2017
docs: document the text property of a column (#50)
1 parent 7350e36 commit 3e3ff71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Create a row with any number of columns, a column
9999
can either be a string, or an object with the following
100100
options:
101101

102+
* **text:** some text to place in the column.
102103
* **width:** the width of a column.
103104
* **align:** alignment, `right` or `center`.
104105
* **padding:** `[top, right, bottom, left]`.

0 commit comments

Comments
 (0)
Please sign in to comment.