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
7c0d4445
Commit
7c0d4445
authored
Sep 26, 2017
by
Valentin Skripnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
parent
5f84471e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
docs/forms/cmp/table.rst
docs/forms/cmp/table.rst
+7
-7
No files found.
docs/forms/cmp/table.rst
View file @
7c0d4445
...
@@ -125,24 +125,24 @@
...
@@ -125,24 +125,24 @@
// Формат данных для динамической таблицы
// Формат данных для динамической таблицы
{
{
"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