Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sd-doc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Skripnikov
sd-doc
Commits
0f636fb4
Commit
0f636fb4
authored
Sep 26, 2017
by
Valentin Skripnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
parent
0e40a9dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
1 deletion
+23
-1
docs/forms/cmp/table.rst
docs/forms/cmp/table.rst
+23
-1
No files found.
docs/forms/cmp/table.rst
View file @
0f636fb4
«Страница» и «Таблица»
«Страница» и «Таблица»
^^^^^^^^^^^^^^^^^^^^^^
----------------------
.. js:class:: AS.FORMS.TableModel
.. js:class:: AS.FORMS.TableModel
...
@@ -37,6 +37,28 @@
...
@@ -37,6 +37,28 @@
Свертка включена
Свертка включена
**Формат данных**
.. code-block:: js
:linenos:
{
"id": "simple-table",
"type": "table",
"config": {
"appendRows": false, //признак статичной/динамической таблицы
"format": "${stat_table_text} - ${stat_table_date}", //форматная строка
"delimeter": "" //разделитель свертки
},
"properties": [], //массив компонентов, так же как в форме
"layout": {}, // разметка, так же как в форме
"style": {
"border": "1", //отображать ли границы
"wrap": true //выводить ли содержимое в виде абзаца
}
}
.. js:class:: AS.FORMS.TableStaticView
.. js:class:: AS.FORMS.TableStaticView
Отображение статической таблицы
Отображение статической таблицы
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment