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
9ecb3862
Commit
9ecb3862
authored
Sep 26, 2017
by
Valentin Skripnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
parent
5094d8a4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
24 deletions
+23
-24
docs/forms/cmp/table.rst
docs/forms/cmp/table.rst
+23
-24
No files found.
docs/forms/cmp/table.rst
View file @
9ecb3862
...
@@ -124,28 +124,27 @@
...
@@ -124,28 +124,27 @@
.. code-block:: js
.. code-block:: js
{
{
"id": "person-list", // идентификатор таблицы
"id": "person-list",
"type": "appendable_table", // тип компонента
"type": "appendable_table",
"key": "значение свертки таблицы",
"key": "значение свертки таблицы",
"data": [ // массив с данным таблицы
"data": [{
{
"id": "person-b1",
"id": "person-b1", // идентификатор компонента. Первая строка таблицы
"type": "textbox",
"type": "textbox",
"value": "Иванов Иван"
"value": "Иванов Иван"
},
},
{
{
"id": "age-b1", // идентификатор компонента. Первая строка таблицы
"id": "age-b1",
"type": "numericinput",
"type": "numericinput",
"value": "23",
"value": "23",
"key": "23"
"key": "23"
},
},
{
{
"id": "person-b2", // идентификатор компонента. Вторая строка таблицы
"id": "person-b2",
"type": "textbox",
"type": "textbox",
"value": "Сериков Серик"
"value": "Сериков Серик"
},
},
{
{
"id": "age-b2", // идентификатор компонента. Вторая строка таблицы
"id": "age-b2",
"type": "numericinput",
"type": "numericinput",
"value": "25",
"value": "25",
"key": "25"
"key": "25"
...
...
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