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 18c9cb39..cf44fed6 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,19 +31,24 @@
integer
No
3
- number of columns in the table,
- data populates cells left-to-right,
- top-to-bottom.
+ number of columns in the table. if the cols-attribute is empty, but rows are given, then the number of cols is computed by the number of rows and the number of elements to display to be just enough cols to display all elements. If both, rows and cols, are omitted cols defaults to 3.
rows
integer
No
empty
- number of rows in the table, data populates
- cells top-to-bottom, left-to-right. This is mutually
- exclusive with "cols" attribute.
+ number of rows in the table. if the rows-attribute is empty, but cols are given, then the number of rows is computed by the number of cols and the number of elements to display to be just enough rows to display all elements.
+
+
+ inner
+ string
+ No
+ cols
+ direction of consecutive elements in the loop-array to be rendered. cols means elements are displayed col-by-col. rows means elements are displayed row-by-row.
+
+
table_attr
string