diff --git a/docs/en/designers/language-custom-functions/language-function-html-table.xml b/docs/en/designers/language-custom-functions/language-function-html-table.xml
index bde78d8d..972260dd 100644
--- a/docs/en/designers/language-custom-functions/language-function-html-table.xml
+++ b/docs/en/designers/language-custom-functions/language-function-html-table.xml
@@ -31,7 +31,18 @@
integer
No
3
- number of columns in the table
+ number of columns in the table,
+ data populates cells left-to-right,
+ top-to-bottom.
+
+
+ rows
+ integer
+ No
+ empty
+ number of rows in the table, data populates
+ cells top-to-bottom, left-to-right. This is mutually
+ exclusive with "rows" attribute.
table_attr
@@ -68,14 +79,14 @@
string
No
right
- direction of one row to be rendered. possible values: left/right
+ direction of each row to be rendered. possible values: left (left-to-right), right (right-to-left)
vdir
string
No
down
- direction of the columns to be rendered. possible values: up/down
+ direction of each column to be rendered. possible values: down (top-to-bottom), up (bottom-to-top)
@@ -148,4 +159,4 @@ End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
--->
\ No newline at end of file
+-->