Commit 994de8e2 authored by Valentin Skripnikov's avatar Valentin Skripnikov

-

parent 0f636fb4
......@@ -37,6 +37,8 @@
Свертка включена
-------------------------------------------------------------------------------
**Формат данных**
.. code-block:: js
......@@ -47,7 +49,7 @@
"type": "table",
"config": {
"appendRows": false, //признак статичной/динамической таблицы
"format": "${stat_table_text} - ${stat_table_date}", //форматная строка
"format": "${salary} - ${amount}", //форматная строка
"delimeter": "" //разделитель свертки
},
"properties": [], //массив компонентов, так же как в форме
......@@ -58,6 +60,7 @@
}
}
-------------------------------------------------------------------------------
.. js:class:: AS.FORMS.TableStaticView
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment